Information about plays

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

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

{
    "id": 1392486,
    "uri": "https://api.kexp.org/v2/plays/1392486/?format=api",
    "airdate": "2008-07-01T23:45:07-07:00",
    "show": 24303,
    "show_uri": "https://api.kexp.org/v2/shows/24303/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dead Leaves",
    "track_id": "fdd9b7c2-9c64-4c87-b7ea-700bee0bd25c",
    "recording_id": null,
    "artist": "Nathan Wade & The Dark Pioneers",
    "artist_ids": [
        "e8da4d15-16b5-48eb-a5c8-046fcd657ddb"
    ],
    "album": "The Chroma Session EP",
    "release_id": "2874ebed-207f-4e5f-be0c-efb4d9600079",
    "release_group_id": null,
    "labels": [
        "Rhythm King"
    ],
    "label_ids": [
        "0598ae50-7b54-443e-a17b-6b4805bd9c4f"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}