Information about plays

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

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

{
    "id": 350195,
    "uri": "https://api.kexp.org/v2/plays/350195/?format=api",
    "airdate": "2019-07-04T21:30:48-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Exodus",
    "track_id": "3ba66881-48ae-3a22-97d3-ff90f2be0dcf",
    "recording_id": null,
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "One Love: The Very Best of Bob Marley & The Wailers",
    "release_id": "80e52a86-323d-437d-abc8-d3fc3e5e1296",
    "release_group_id": null,
    "labels": [
        "Island Def Jam Music Group"
    ],
    "label_ids": [
        "c9ecb3cf-ed8c-4f48-b99a-7d63ed12d89b"
    ],
    "release_date": "2001-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Unlike previous albums from the Wailers, Exodus thematically moves away from cryptic story telling; instead it revolves around themes of change, religious politics, and sex.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}