Information about plays

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

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

{
    "id": 1286854,
    "uri": "https://api.kexp.org/v2/plays/1286854/?format=api",
    "airdate": "2007-10-04T08:27:00-07:00",
    "show": 22516,
    "show_uri": "https://api.kexp.org/v2/shows/22516/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carbine 744,520... Che Guerava",
    "track_id": null,
    "recording_id": null,
    "artist": "Up, Bustle & Out",
    "artist_ids": [
        "21576876-104b-401f-8607-0a9f0a190052"
    ],
    "album": "Che Guerava: A Dream of Land and Freedom",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "TuneCore"
    ],
    "label_ids": [
        "aa234697-d804-4577-ad15-ac08fc89804d"
    ],
    "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"
}