Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/369740/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 369740,
    "uri": "https://api.kexp.org/v2/plays/369740/?format=api",
    "airdate": "2019-08-20T04:52:06-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "http://coverartarchive.org/release/b9fe982a-3ddb-490f-b702-18b26e66b929/21759024089-250.jpg",
    "thumbnail_uri": "",
    "song": "From Far Away",
    "track_id": "d8853f05-afdf-4ad1-8d14-1ed09576d0c3",
    "recording_id": null,
    "artist": "Jeff Tweedy",
    "artist_ids": [
        "63287966-6021-474a-ba76-edc37a5f1b7c"
    ],
    "album": "WARM",
    "release_id": "b9fe982a-3ddb-490f-b702-18b26e66b929",
    "release_group_id": null,
    "labels": [
        "dBpm Records"
    ],
    "label_ids": [
        "e57766cd-f855-46ae-ad7a-09b491cd4f71"
    ],
    "release_date": "2018-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP presents Jeff Tweedy performing live at THING, which is at the historic Fort Worden in Port Townsend, WA, on Sunday, August 25, at 5:00 PM.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}