Information about plays

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

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

{
    "id": 375812,
    "uri": "https://api.kexp.org/v2/plays/375812/?format=api",
    "airdate": "2019-09-03T01:44:52-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That's When I Reach for My Revolver",
    "track_id": "4a8fb1a5-f40b-3d96-b6df-d2c656a52864",
    "recording_id": null,
    "artist": "Mission of Burma",
    "artist_ids": [
        "db9d25d7-a85b-4a29-b2ff-8f5b69ed691e"
    ],
    "album": "Signals, Calls, and Marches",
    "release_id": "84a054cb-3dce-4e64-9bc2-7dcee5303e91",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2009-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}