Information about plays

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

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

{
    "id": 2682501,
    "uri": "https://api.kexp.org/v2/plays/2682501/?format=api",
    "airdate": "2020-01-05T14:49:32-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We're Alone (clean edit)",
    "track_id": "688215c8-6f79-4bec-93c3-71abca5d936b",
    "recording_id": null,
    "artist": "Naked Giants",
    "artist_ids": [
        "0b183251-c4a7-47ab-87b4-4cc0e50dfe95"
    ],
    "album": "SLUFF",
    "release_id": "5a704e63-7e36-4a6e-9c37-ba497d4cf1e3",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2018-03-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "SLUFF is either an acronym which stands for South Lake Union Fuck Face, a reference to a certain company that happens to be located there, or the sound that a snake makes while shedding its skin. Take your pick. https://www.nakedgiants.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}