Information about plays

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

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

{
    "id": 508778,
    "uri": "https://api.kexp.org/v2/plays/508778/?format=api",
    "airdate": "2002-01-19T16:33:00-08:00",
    "show": 8757,
    "show_uri": "https://api.kexp.org/v2/shows/8757/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jah Boto",
    "track_id": "74d28370-1f43-43cc-9f88-a111f47c970c",
    "recording_id": null,
    "artist": "Burning Spear",
    "artist_ids": [
        "16dad944-c492-43dd-88ed-e0b7ac520c40"
    ],
    "album": "Living Dub, Volume 1",
    "release_id": "f2f8fa03-1ae3-416c-9d36-8dffdd2bf801",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}