Information about plays

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

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

{
    "id": 1256535,
    "uri": "https://api.kexp.org/v2/plays/1256535/?format=api",
    "airdate": "2007-07-19T12:22:58-07:00",
    "show": 22005,
    "show_uri": "https://api.kexp.org/v2/shows/22005/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hell Has Frozen Over (On Who I Used To Be)",
    "track_id": null,
    "recording_id": null,
    "artist": "Gerald Collier",
    "artist_ids": [
        "b0018c21-1d7b-4fd9-aa71-4d86276bf1d0"
    ],
    "album": "How Can There Be Another Day?[Demos ",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "In Music We Trust Records"
    ],
    "label_ids": [
        "3dea39a4-83ef-4a2f-9b34-ab6b04837530"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}