Information about plays

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

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

{
    "id": 3578781,
    "uri": "https://api.kexp.org/v2/plays/3578781/?format=api",
    "airdate": "2025-11-16T01:07:34-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7e3907e-9bfc-46b8-a8ab-4ecb8e44fa1b/36131038892-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7e3907e-9bfc-46b8-a8ab-4ecb8e44fa1b/36131038892-250.jpg",
    "song": "We Are Revolution",
    "track_id": null,
    "recording_id": "d8f178bf-6b66-4883-9cc7-d2267a98a07e",
    "artist": "Thrasherwolf",
    "artist_ids": [
        "1f5a6148-7fda-4e9e-baea-896463a14c79"
    ],
    "album": "We Are Revolution",
    "release_id": null,
    "release_group_id": "fa9cebd3-2450-4f91-9305-645b6b5a4c84",
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2020-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in London, UK in 2016.\n\nhttps://thrasherwolf.bandcamp.com/track/fragility\nhttps://www.thrasherwolf.com/\nhttps://www.facebook.com/thrasherwolftheband/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}