Information about plays

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

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

{
    "id": 373407,
    "uri": "https://api.kexp.org/v2/plays/373407/?format=api",
    "airdate": "2019-08-28T07:08:31-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love You 'Till the End",
    "track_id": "cf2a54c5-8d42-3d33-9d7c-004ac77ddd4f",
    "recording_id": null,
    "artist": "The Pogues",
    "artist_ids": [
        "d41a6875-b626-4c0f-89a1-aecb643d29ff"
    ],
    "album": "Pogue Mahone",
    "release_id": "0af04123-e7c4-3128-9526-7e46b58f2564",
    "release_group_id": null,
    "labels": [
        "Mesa/Bluemoon Recordings"
    ],
    "label_ids": [
        "e43192ce-074b-46e8-a1bf-5af1f8a10faa"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's your request. Happy 15th anniversary!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}