Information about plays

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

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

{
    "id": 1233634,
    "uri": "https://api.kexp.org/v2/plays/1233634/?format=api",
    "airdate": "2007-05-20T23:32:00-07:00",
    "show": 21611,
    "show_uri": "https://api.kexp.org/v2/shows/21611/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vansan",
    "track_id": "a2241924-0c0a-4bc7-b66a-57da405c372a",
    "recording_id": null,
    "artist": "Appleblim",
    "artist_ids": [
        "30dc6466-ff47-44e8-b012-c240b76bd08e"
    ],
    "album": "Soundboy's Ashes Get Chopped Out And Snorted E.P",
    "release_id": "6a794f8e-248c-490e-a5b2-e9bf254c5230",
    "release_group_id": null,
    "labels": [
        "Skull Disco"
    ],
    "label_ids": [
        "73e094c0-1f30-4188-bcac-4e88766e9220"
    ],
    "release_date": "2007-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}