Information about plays

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

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

{
    "id": 354750,
    "uri": "https://api.kexp.org/v2/plays/354750/?format=api",
    "airdate": "2019-07-15T16:58:00-07:00",
    "show": 5914,
    "show_uri": "https://api.kexp.org/v2/shows/5914/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ditch Digger",
    "track_id": "5cacb183-f759-4aba-abd7-d1fe84801c4d",
    "recording_id": null,
    "artist": "Rocket From the Crypt",
    "artist_ids": [
        "e297ecdf-64ec-4e34-899d-80380f5b0c2a"
    ],
    "album": "Circa: Now!",
    "release_id": "51199bbe-2175-43cb-aeb4-268fdf38b4e3",
    "release_group_id": null,
    "labels": [
        "Headhunter Records"
    ],
    "label_ids": [],
    "release_date": "1992-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another project of John Reis of Hot Snakes post band split.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}