Information about plays

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

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

{
    "id": 1274511,
    "uri": "https://api.kexp.org/v2/plays/1274511/?format=api",
    "airdate": "2007-09-02T21:25:00-07:00",
    "show": 22310,
    "show_uri": "https://api.kexp.org/v2/shows/22310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Haliod Xerrox Copy 4",
    "track_id": "8c417b2f-b555-406b-bddd-c1e33060fadd",
    "recording_id": null,
    "artist": "Alva Noto",
    "artist_ids": [
        "48ec4bb6-47a6-4e2c-8287-7617464eb193"
    ],
    "album": "Xerrox, Volume 1",
    "release_id": "3f90182f-8d9a-4090-9000-6158f43e8817",
    "release_group_id": null,
    "labels": [
        "Raster-Noton"
    ],
    "label_ids": [
        "6f4640eb-0881-40b4-a9ac-2a68ad3af0ca"
    ],
    "release_date": "2007-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}