Information about plays

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

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

{
    "id": 366213,
    "uri": "https://api.kexp.org/v2/plays/366213/?format=api",
    "airdate": "2019-08-12T02:38:21-07:00",
    "show": 6109,
    "show_uri": "https://api.kexp.org/v2/shows/6109/?format=api",
    "image_uri": "http://coverartarchive.org/release/9ef8a264-6a96-4a3c-8d0f-64a09cc9d821/21199249695-250.jpg",
    "thumbnail_uri": "",
    "song": "Under the Sun",
    "track_id": "2d20cbce-ff86-46c9-a75e-85eb4ff25e0a",
    "recording_id": null,
    "artist": "Roosevelt",
    "artist_ids": [
        "84825fb6-c98c-4b43-a184-c7f70619f355"
    ],
    "album": "Young Romance",
    "release_id": "9ef8a264-6a96-4a3c-8d0f-64a09cc9d821",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}