Information about plays

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

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

{
    "id": 345893,
    "uri": "https://api.kexp.org/v2/plays/345893/?format=api",
    "airdate": "2019-06-25T09:03:26-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Left My Wallet in El Segundo",
    "track_id": "bf714bb1-c0b6-3a90-9af7-dc8f627bb2b5",
    "recording_id": null,
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "People’s Instinctive Travels and the Paths of Rhythm",
    "release_id": "1c65dc93-6748-3bb5-be18-bdbbad7f8d42",
    "release_group_id": null,
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1990-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When the video for this song was shot in Las Vegas, founding member Jarobi White was barely 18. White wasn't allowed to shoot any scenes in any casinos or clubs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}