Information about plays

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

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

{
    "id": 349717,
    "uri": "https://api.kexp.org/v2/plays/349717/?format=api",
    "airdate": "2019-07-03T18:57:04-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Way Back Home",
    "track_id": "0409375a-8f47-316c-9d1c-900801abd139",
    "recording_id": null,
    "artist": "The Crusaders",
    "artist_ids": [
        "fcb79f1a-d3a9-41fe-9cd7-d16537907337"
    ],
    "album": "Scratch",
    "release_id": "969c9413-c0aa-4652-ac67-b75cd5a8280c",
    "release_group_id": null,
    "labels": [
        "Blue Thumb Records"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The group formed in the ‘50s, naming themselves The Jazz Crusaders in 1960, then shortening to just The Crusaders in 1971 ; they re-adopted the longer name again for a semi-reunion lineup in the 1990s and 2000s ; this song live in 2010: https://www.youtube.com/watch?v=4mlqlQKJS1o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}