Information about plays

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

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

{
    "id": 3550705,
    "uri": "https://api.kexp.org/v2/plays/3550705/?format=api",
    "airdate": "2025-09-09T03:49:46-07:00",
    "show": 64514,
    "show_uri": "https://api.kexp.org/v2/shows/64514/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb6dfb1c-9b0a-422a-852e-c0cf915eaa3c/42216123044-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eb6dfb1c-9b0a-422a-852e-c0cf915eaa3c/42216123044-250.jpg",
    "song": "SEEIN’ STARS",
    "track_id": null,
    "recording_id": "df6c1000-a28f-4c47-b0fe-4b6f84e9e6ed",
    "artist": "Turnstile",
    "artist_ids": [
        "7b748dac-f5ce-45a7-9b95-c1d8b5b013ed"
    ],
    "album": "NEVER ENOUGH",
    "release_id": null,
    "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": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Features Dev Hynes & Hayley Williams!\n\nUPCOMING SHOWS\n+ October 5th @ Bill Graham Civic Auditorium in San Francisco \n+ October 7th @ WAMU Theater in Seattle\n\nhttps://turnstilehardcore.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}