Information about plays

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

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

{
    "id": 3556546,
    "uri": "https://api.kexp.org/v2/plays/3556546/?format=api",
    "airdate": "2025-09-23T02:11:11-07:00",
    "show": 64638,
    "show_uri": "https://api.kexp.org/v2/shows/64638/?format=api",
    "image_uri": "https://coverartarchive.org/release/65d44803-98ff-4fe2-9a1c-597bd5e25d58/27901300784-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/65d44803-98ff-4fe2-9a1c-597bd5e25d58/27901300784-250.jpg",
    "song": "Blue By You",
    "track_id": null,
    "recording_id": "f51904b2-b8d0-493c-8238-078f6a34cf0f",
    "artist": "Turnstile",
    "artist_ids": [
        "7b748dac-f5ce-45a7-9b95-c1d8b5b013ed"
    ],
    "album": "Nonstop Feeling",
    "release_id": null,
    "release_group_id": "5a4e516b-dbdc-423a-a0f5-87c23cfa3d26",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-01-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shades of their latest albums on this older track!\n\nTurnstile is touring with Amyl and The Sniffers, Speed, and Jane Remover who will be playing at:\n - Bill Graham Civic Auditorium in SF on October 5th\n - WAMU Theater in Seattle on October 7th\n - The Edgefield in Oregon on October 8th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}