Information about plays

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

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

{
    "id": 535646,
    "uri": "https://api.kexp.org/v2/plays/535646/?format=api",
    "airdate": "2002-04-07T20:15:00-07:00",
    "show": 9285,
    "show_uri": "https://api.kexp.org/v2/shows/9285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Needle and the Homage Done",
    "track_id": "7e00534d-312b-4e8d-bb79-f4baa7755aff",
    "recording_id": null,
    "artist": "Telefuzz",
    "artist_ids": [
        "a4bad209-c2b5-4983-b20c-18933dbd8096"
    ],
    "album": "Sleep",
    "release_id": "ed4368c8-a7d0-4fc9-acdc-5ca76f830f5b",
    "release_group_id": null,
    "labels": [
        "Upstairs Recordings"
    ],
    "label_ids": [
        "1c1b3fb8-a5d6-4b6e-8022-04cc36a2354c"
    ],
    "release_date": "2002-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}