Information about plays

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

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

{
    "id": 355026,
    "uri": "https://api.kexp.org/v2/plays/355026/?format=api",
    "airdate": "2019-07-16T09:04:00-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "007 (Shanty Town)",
    "track_id": "c57b1aa4-4bb4-33b7-8cf3-df2dc7b90662",
    "recording_id": null,
    "artist": "Desmond Dekker",
    "artist_ids": [
        "8ac5bea6-3a62-4e28-9df7-03f24d4c06fc"
    ],
    "album": "007: The Best of Desmond Dekker",
    "release_id": "b2bba27a-7eba-4140-a270-adb1f0216872",
    "release_group_id": null,
    "labels": [
        "Spectrum Music"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating the music and influence of Desmond Dekker on what would have been his 78th birthday",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}