Information about plays

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

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

{
    "id": 3570418,
    "uri": "https://api.kexp.org/v2/plays/3570418/?format=api",
    "airdate": "2025-10-27T00:02:47-07:00",
    "show": 64944,
    "show_uri": "https://api.kexp.org/v2/shows/64944/?format=api",
    "image_uri": "https://coverartarchive.org/release/10e14e63-0855-4a0f-b962-398f52f77144/38558523805-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10e14e63-0855-4a0f-b962-398f52f77144/38558523805-250.jpg",
    "song": "Hammerens Slag",
    "track_id": null,
    "recording_id": "301dbf99-4b66-4056-8ed4-9ed8985ea63d",
    "artist": "Ragnarok",
    "artist_ids": [
        "d51db6f4-79c4-495f-8409-cda42b063d28"
    ],
    "album": "Chaos and Insanity Between 1994-2004",
    "release_id": null,
    "release_group_id": "04d36c07-5f3a-475a-a769-5e0bd9ce4369",
    "labels": [
        "Agonia Records"
    ],
    "label_ids": [
        "f56a4577-cf90-4c0b-aa41-201db31e1f50"
    ],
    "release_date": "2016-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}