Information about plays

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

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

{
    "id": 3548446,
    "uri": "https://api.kexp.org/v2/plays/3548446/?format=api",
    "airdate": "2025-09-03T14:01:58-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://coverartarchive.org/release/336d5895-577e-351b-9576-0a141834c7d2/6158799654-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/336d5895-577e-351b-9576-0a141834c7d2/6158799654-250.jpg",
    "song": "The Bottle",
    "track_id": null,
    "recording_id": "357f3976-7aed-498b-b784-013f703b080a",
    "artist": "Rancid",
    "artist_ids": [
        "24f8d8a5-269b-475c-a1cb-792990b0b2ee"
    ],
    "album": "Rancid",
    "release_id": null,
    "release_group_id": "642238f2-24b6-3a0b-bfa7-9c0b4731989d",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1993-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Matt Freeman and Tim Timebomb wrote this banger.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}