Information about plays

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

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

{
    "id": 534595,
    "uri": "https://api.kexp.org/v2/plays/534595/?format=api",
    "airdate": "2002-04-04T14:04:07-08:00",
    "show": 9261,
    "show_uri": "https://api.kexp.org/v2/shows/9261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goin' Out",
    "track_id": "4bcf4193-c1aa-492d-bddf-01731be2fa78",
    "recording_id": null,
    "artist": "Superdrag",
    "artist_ids": [
        "c60c930e-d081-486c-b0ca-2dcdd8ee2b96"
    ],
    "album": "In the Valley of Dying Stars",
    "release_id": "c8958fa7-f9c3-4d3c-bd73-e226adc31949",
    "release_group_id": null,
    "labels": [
        "Arena Rock"
    ],
    "label_ids": [
        "a17b6df2-ee3d-44de-b9ac-e6cb9c67951b"
    ],
    "release_date": "2000-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}