Information about plays

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

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

{
    "id": 430855,
    "uri": "https://api.kexp.org/v2/plays/430855/?format=api",
    "airdate": "2001-06-03T09:49:24-07:00",
    "show": 7245,
    "show_uri": "https://api.kexp.org/v2/shows/7245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whose Truth, Whose Lies?",
    "track_id": "ab39049c-5ceb-4a11-8201-6fc31ad2d4c9",
    "recording_id": null,
    "artist": "Doug MacLeod",
    "artist_ids": [
        "8a53e168-c1f1-4b55-ac96-da3a69d9e240"
    ],
    "album": "Whose Truth, Whose Lies?",
    "release_id": "8e3ac965-eebd-4a9e-b7d9-3f296fa03b27",
    "release_group_id": null,
    "labels": [
        "AudioQuest"
    ],
    "label_ids": [
        "61cc5c89-f238-4e8a-8a40-6d9305b502f6"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}