Information about plays

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

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

{
    "id": 1283813,
    "uri": "https://api.kexp.org/v2/plays/1283813/?format=api",
    "airdate": "2007-09-26T14:52:49-07:00",
    "show": 22465,
    "show_uri": "https://api.kexp.org/v2/shows/22465/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flight IC408",
    "track_id": null,
    "recording_id": null,
    "artist": "State of Bengal",
    "artist_ids": [
        "3edce7a9-7d97-4a0b-96ef-e791101e67ed"
    ],
    "album": "(V/A) Anokha: Soundz Of The Asian Underground",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Quango Records"
    ],
    "label_ids": [
        "9a476be7-544a-4330-b459-7ef7b2542fdd"
    ],
    "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"
}