Information about plays

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

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

{
    "id": 417221,
    "uri": "https://api.kexp.org/v2/plays/417221/?format=api",
    "airdate": "2001-04-22T18:25:23-07:00",
    "show": 6965,
    "show_uri": "https://api.kexp.org/v2/shows/6965/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "54th Regiment",
    "track_id": "fdeaca2d-225c-4ecf-ada8-493154ce07aa",
    "recording_id": null,
    "artist": "Maspyke",
    "artist_ids": [
        "6b9f64b5-e167-44bc-88a5-55551a454693"
    ],
    "album": "Underground Airplay, Version 1.0",
    "release_id": "d805a6da-aa9e-42cb-8bba-2665f5bdfcb1",
    "release_group_id": null,
    "labels": [
        "7 Headz"
    ],
    "label_ids": [],
    "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"
}