Information about plays

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

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

{
    "id": 3561445,
    "uri": "https://api.kexp.org/v2/plays/3561445/?format=api",
    "airdate": "2025-10-05T00:05:23-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "https://coverartarchive.org/release/db9ee49d-50d2-3e49-acc7-90936e543c4c/13316380279-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db9ee49d-50d2-3e49-acc7-90936e543c4c/13316380279-250.jpg",
    "song": "Zombie Attack",
    "track_id": null,
    "recording_id": "4127452e-0772-43e2-bcaf-ea0a888fc335",
    "artist": "Tankard",
    "artist_ids": [
        "619ce797-ddb3-4411-9e42-30eafe2ca5ec"
    ],
    "album": "Zombie Attack",
    "release_id": null,
    "release_group_id": "3d46e755-15da-3a84-b2ab-5d0b7573ae05",
    "labels": [
        "Noise"
    ],
    "label_ids": [
        "43c94cec-d1f5-48ac-99da-25450b55f70a"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tankard released a split with Tankwart last year and are currently touring Europe.\n\nhttps://de-de.facebook.com/tankardofficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}