Information about plays

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

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

{
    "id": 344301,
    "uri": "https://api.kexp.org/v2/plays/344301/?format=api",
    "airdate": "2019-06-21T09:54:39-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time Has Come Today",
    "track_id": "20a2c98e-64c3-3e1f-a9cb-d4dcdb71817c",
    "recording_id": null,
    "artist": "The Chambers Brothers",
    "artist_ids": [
        "5c51de66-d15e-48ed-9402-0f17ba2dfc52"
    ],
    "album": "The Time Has Come",
    "release_id": "27e9e600-cddd-45c4-aeef-882794411a44",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was a hit for The Chambers Brothers when they released it in 1966 and it is now considered one of the landmark rock songs of the psychedelic era. Track length: 11:06",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}