Information about plays

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

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

{
    "id": 1375768,
    "uri": "https://api.kexp.org/v2/plays/1375768/?format=api",
    "airdate": "2008-05-18T22:24:00-07:00",
    "show": 24014,
    "show_uri": "https://api.kexp.org/v2/shows/24014/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baisbe Alt Bass",
    "track_id": "4e302bb4-823d-469f-a41b-243f7e283a82",
    "recording_id": null,
    "artist": "Rhadoo",
    "artist_ids": [
        "0077892c-db4d-4ce2-84e2-d6e948b9d65c"
    ],
    "album": "Dor Mit Oru",
    "release_id": "62813db5-bb1b-42cc-9e01-f46b81341051",
    "release_group_id": null,
    "labels": [
        "Cadenza"
    ],
    "label_ids": [
        "e525e191-23ed-4007-9b58-5ea9267b6cf3"
    ],
    "release_date": "2008-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}