Information about plays

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

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

{
    "id": 3561264,
    "uri": "https://api.kexp.org/v2/plays/3561264/?format=api",
    "airdate": "2025-10-04T16:06:33-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia800308.us.archive.org/20/items/mbid-354fb345-3273-3756-9893-43860bb16600/mbid-354fb345-3273-3756-9893-43860bb16600-4871009343_thumb500.jpg",
    "thumbnail_uri": "https://ia800308.us.archive.org/20/items/mbid-354fb345-3273-3756-9893-43860bb16600/mbid-354fb345-3273-3756-9893-43860bb16600-4871009343_thumb250.jpg",
    "song": "Every You Every Me",
    "track_id": "a27f20ab-b244-3784-810d-0cc45189eeae",
    "recording_id": "e7e4f918-eb00-4c19-ae48-78d637d012ed",
    "artist": "Placebo",
    "artist_ids": [
        "847e8284-8582-4b0e-9c26-b042a4f49e57"
    ],
    "album": "Without You I’m Nothing",
    "release_id": "354fb345-3273-3756-9893-43860bb16600",
    "release_group_id": "b568aff6-f2b2-3fe0-980f-417df6ccfad4",
    "labels": [
        "Virgin America"
    ],
    "label_ids": [
        "47b84b3b-889e-4c66-80f0-afd58a1d304b"
    ],
    "release_date": "1998-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#701 - Placebo - Without You I'm Nothing\nThis track was famously featured in Cruel Intentions (1999)\n\nFor the Fall Fundraising Drive we are counting down the Listener's Top Albums of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}