Information about plays

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

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

{
    "id": 3544929,
    "uri": "https://api.kexp.org/v2/plays/3544929/?format=api",
    "airdate": "2025-08-26T04:57:19-07:00",
    "show": 64390,
    "show_uri": "https://api.kexp.org/v2/shows/64390/?format=api",
    "image_uri": "https://ia800806.us.archive.org/31/items/mbid-6d034ec4-ae79-408f-9d66-e4fdb20f6e84/mbid-6d034ec4-ae79-408f-9d66-e4fdb20f6e84-41659473526_thumb500.jpg",
    "thumbnail_uri": "https://ia800806.us.archive.org/31/items/mbid-6d034ec4-ae79-408f-9d66-e4fdb20f6e84/mbid-6d034ec4-ae79-408f-9d66-e4fdb20f6e84-41659473526_thumb250.jpg",
    "song": "MAGIC MAN",
    "track_id": "8fdbbd44-2962-40a6-8285-763659a1f323",
    "recording_id": "8b31a637-9b3d-40ea-8463-30fc2b772ee0",
    "artist": "Turnstile",
    "artist_ids": [
        "7b748dac-f5ce-45a7-9b95-c1d8b5b013ed"
    ],
    "album": "NEVER ENOUGH",
    "release_id": "6d034ec4-ae79-408f-9d66-e4fdb20f6e84",
    "release_group_id": "58310aac-65aa-492e-83fb-ec50c58e5a1d",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "2025-06-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was in a dream I had the other night and I don't remember what it was about, but woke up really happy from it...\n\nHope you have a beautiful Tuesday and rest of your week :)\n\n<3 <3 <3 <3 <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}