Information about plays

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

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

{
    "id": 3561438,
    "uri": "https://api.kexp.org/v2/plays/3561438/?format=api",
    "airdate": "2025-10-04T23:44:32-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://coverartarchive.org/release/ebfb4400-5eb5-490f-ac77-5dd0a7bae786/25627484482-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ebfb4400-5eb5-490f-ac77-5dd0a7bae786/25627484482-250.jpg",
    "song": "Poetry Written in Gasoline",
    "track_id": null,
    "recording_id": "9aabd36d-21db-4657-b82e-320178992df3",
    "artist": "Refused",
    "artist_ids": [
        "42884e27-dfb8-453d-990f-2ffd90bc2d1a"
    ],
    "album": "The E.P. Compilation",
    "release_id": null,
    "release_group_id": "269f2f91-41ac-3d2b-b487-4cc3e21522d7",
    "labels": [
        "Burning Heart Records"
    ],
    "label_ids": [
        "cd84bba3-342f-4b3d-93cd-a2b2e79465fe"
    ],
    "release_date": "1997-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Refused are currently on their European Farewell Tour.\n\nhttps://www.officialrefused.com/live",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}