Information about plays

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

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

{
    "id": 416029,
    "uri": "https://api.kexp.org/v2/plays/416029/?format=api",
    "airdate": "2001-04-18T12:34:17-07:00",
    "show": 6942,
    "show_uri": "https://api.kexp.org/v2/shows/6942/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down by the Water",
    "track_id": "7c155b60-e522-4a87-94ec-c7e843ab3998",
    "recording_id": null,
    "artist": "Pris",
    "artist_ids": [
        "ed9a90d2-f4bc-410b-a016-19e0764621e2"
    ],
    "album": "Viscosity & Thermal Breakdown",
    "release_id": "5ae76fb0-4155-46f7-8fc9-c4cdb0ac1885",
    "release_group_id": null,
    "labels": [
        "Self-Release"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}