Information about plays

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

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

{
    "id": 354820,
    "uri": "https://api.kexp.org/v2/plays/354820/?format=api",
    "airdate": "2019-07-15T21:26:18-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sick Bug",
    "track_id": "1ebb067c-a650-42dd-9457-67c1ce8043d9",
    "recording_id": null,
    "artist": "Rolling Blackouts Coastal Fever",
    "artist_ids": [
        "65e668e9-9cd1-4809-b7e7-26439732e1eb"
    ],
    "album": "The French Press",
    "release_id": "462fcca6-1e48-44ee-b2be-81bbdeddf090",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "April 25th, 2018 in our studios: https://www.youtube.com/watch?v=N2zuqY8PrUo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}