Information about plays

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

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

{
    "id": 3421581,
    "uri": "https://api.kexp.org/v2/plays/3421581/?format=api",
    "airdate": "2024-11-05T04:17:00-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://coverartarchive.org/release/2e41012e-a7be-46cc-9f4c-917201a6ce7a/37149771992-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2e41012e-a7be-46cc-9f4c-917201a6ce7a/37149771992-250.jpg",
    "song": "Hit That Spdiff ( b 8 )",
    "track_id": null,
    "recording_id": "bd35b38a-4de2-4b95-a42c-54c8aec0c375",
    "artist": "Actress",
    "artist_ids": [
        "973321d1-9565-4214-a6ef-a77f1890c294"
    ],
    "album": "LXXXVIII",
    "release_id": null,
    "release_group_id": "eb40f96d-f5dd-429c-b893-453a9997adfe",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2023-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A much-needed Election Day spdiff...\n\nhttps://actress.bandcamp.com/album/lxxxviii",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}