Information about plays

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

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

{
    "id": 421613,
    "uri": "https://api.kexp.org/v2/plays/421613/?format=api",
    "airdate": "2001-05-05T22:31:45-07:00",
    "show": 7060,
    "show_uri": "https://api.kexp.org/v2/shows/7060/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stormtroopa VIP",
    "track_id": "d3c7eaa8-6875-4d45-b3fd-63337970257e",
    "recording_id": null,
    "artist": "Rufige Kru",
    "artist_ids": [
        "f16b6af9-86fb-4f9a-bd7f-a05b8eb25155"
    ],
    "album": "Beachdrifta / Stormtroopa VIP",
    "release_id": "99fefd4d-2de9-4166-a941-bed11886bc8f",
    "release_group_id": null,
    "labels": [
        "Metalheadz"
    ],
    "label_ids": [
        "c0192e1c-cd6b-48fe-abe0-31e495596920"
    ],
    "release_date": "2001-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}