Information about plays

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

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

{
    "id": 466602,
    "uri": "https://api.kexp.org/v2/plays/466602/?format=api",
    "airdate": "2001-09-15T22:40:00-07:00",
    "show": 7935,
    "show_uri": "https://api.kexp.org/v2/shows/7935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song 4 Eva",
    "track_id": "dda91ef7-093b-4e77-a25e-2f2baffbbeb7",
    "recording_id": null,
    "artist": "Mainline",
    "artist_ids": [
        "b4d82428-6fb9-4a33-bc4f-b41a5c9795be"
    ],
    "album": "Certificate 18's Hidden Rooms, Volume 03 (disc 1)",
    "release_id": "e1a55a76-208f-47ed-9304-f71ce4f19d58",
    "release_group_id": null,
    "labels": [
        "Certificate 18"
    ],
    "label_ids": [
        "39c4dc0c-badb-4ac3-b810-e4f374dff6d9"
    ],
    "release_date": "2001-08-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}