Information about plays

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

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

{
    "id": 377004,
    "uri": "https://api.kexp.org/v2/plays/377004/?format=api",
    "airdate": "2019-09-05T12:40:06-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "http://coverartarchive.org/release/374bbc78-48f5-41ce-a795-7f9491e420ab/12577740894-250.jpg",
    "thumbnail_uri": "",
    "song": "The Knower",
    "track_id": "d6d5c4f4-7b42-407b-81ee-4e43bdb70881",
    "recording_id": null,
    "artist": "Youth Lagoon",
    "artist_ids": [
        "4a18722d-5a98-41c8-9e86-814afbffc704"
    ],
    "album": "Savage Hills Ballroom",
    "release_id": "374bbc78-48f5-41ce-a795-7f9491e420ab",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2015-09-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Youth Lagoon performed live in the KEXP studio in November 2015. You can watch the full performance here: https://www.youtube.com/watch?v=EKhWWOjM1gs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}