Information about plays

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

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

{
    "id": 2682175,
    "uri": "https://api.kexp.org/v2/plays/2682175/?format=api",
    "airdate": "2020-01-04T21:01:59-08:00",
    "show": 46293,
    "show_uri": "https://api.kexp.org/v2/shows/46293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Target / Mr Disney / War",
    "track_id": "fd7895a3-b971-3004-ac61-3e7a091576e4",
    "recording_id": null,
    "artist": "Zounds",
    "artist_ids": [
        "cfa8d24d-efca-44c0-87af-09421183005c"
    ],
    "album": "The Curse of Zounds",
    "release_id": "179df26d-56c3-4742-935c-aa166f822699",
    "release_group_id": null,
    "labels": [
        "Broken Rekids"
    ],
    "label_ids": [
        "93c2f4cd-a727-4146-b909-efd41e9eae44"
    ],
    "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"
}