Information about plays

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

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

{
    "id": 1263298,
    "uri": "https://api.kexp.org/v2/plays/1263298/?format=api",
    "airdate": "2007-08-05T15:54:32-07:00",
    "show": 22122,
    "show_uri": "https://api.kexp.org/v2/shows/22122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seeds of Night",
    "track_id": "a781a7d5-f8fc-46cb-9afb-42979c3676fe",
    "recording_id": null,
    "artist": "The Cave Singers",
    "artist_ids": [
        "bc07a2b3-807a-4dda-9c19-003553f18f45"
    ],
    "album": "The Cave Singers",
    "release_id": "c77a8344-3473-4758-83de-8dfb9816702b",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "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"
}