Information about plays

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

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

{
    "id": 511609,
    "uri": "https://api.kexp.org/v2/plays/511609/?format=api",
    "airdate": "2002-01-28T02:59:00-08:00",
    "show": 8817,
    "show_uri": "https://api.kexp.org/v2/shows/8817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "White Beasts of Wotan",
    "track_id": "22dece02-b7c5-4909-b1ef-357e4f147d8a",
    "recording_id": null,
    "artist": "Graveland",
    "artist_ids": [
        "bee4943f-f762-4ae1-a27a-a3c15069b616"
    ],
    "album": "Creed of Iron",
    "release_id": "ff5608e2-77a9-4c1e-bc31-2ebc00c2efa6",
    "release_group_id": null,
    "labels": [
        "No Colours Records"
    ],
    "label_ids": [
        "4fbe0441-d6a1-4633-a3dd-ac5a54e4f758"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}