Information about plays

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

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

{
    "id": 1305164,
    "uri": "https://api.kexp.org/v2/plays/1305164/?format=api",
    "airdate": "2007-11-21T20:15:10-08:00",
    "show": 22832,
    "show_uri": "https://api.kexp.org/v2/shows/22832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When I Lay My Burden Down",
    "track_id": "247413ad-fe7c-4d0f-8c11-5ca7383c112c",
    "recording_id": null,
    "artist": "Mississippi Fred McDowell",
    "artist_ids": [
        "8d2651e1-f539-4492-957a-8b4dc4c5d9b9"
    ],
    "album": "Amazing Grace",
    "release_id": "3746f4cb-4c61-4976-b0cb-ce5ab268c93c",
    "release_group_id": null,
    "labels": [
        "Testament"
    ],
    "label_ids": [
        "4a1facfe-25a1-49bc-a22c-2f60457627fd"
    ],
    "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"
}