Information about plays

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

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

{
    "id": 349740,
    "uri": "https://api.kexp.org/v2/plays/349740/?format=api",
    "airdate": "2019-07-03T20:30:48-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady Day & John Coltrane",
    "track_id": "dfe643e1-db24-3ca9-8b5f-0db1c199522b",
    "recording_id": null,
    "artist": "Gil Scott‐Heron",
    "artist_ids": [
        "b5b89643-c488-4f39-a302-25cab31084a5"
    ],
    "album": "Pieces of a Man",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Flying Dutchman"
    ],
    "label_ids": [
        "39960a95-f48d-4875-9d21-e017685f22e8"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "His first studio album, recorded at RCA Studios in New York City on April 19 and 20 in 1971 ; follow-up to his 1970 live album \"Small Talk at 125th and Lenox\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}