Information about plays

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

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

{
    "id": 3551936,
    "uri": "https://api.kexp.org/v2/plays/3551936/?format=api",
    "airdate": "2025-09-12T02:56:14-07:00",
    "show": 64538,
    "show_uri": "https://api.kexp.org/v2/shows/64538/?format=api",
    "image_uri": "https://ia800505.us.archive.org/33/items/mbid-c197d437-9e79-4c7e-b6ee-786f95ba3431/mbid-c197d437-9e79-4c7e-b6ee-786f95ba3431-36876373197_thumb500.jpg",
    "thumbnail_uri": "https://ia800505.us.archive.org/33/items/mbid-c197d437-9e79-4c7e-b6ee-786f95ba3431/mbid-c197d437-9e79-4c7e-b6ee-786f95ba3431-36876373197_thumb250.jpg",
    "song": "Thanksgiving Prayer",
    "track_id": "aec66c3a-4294-4eb0-899d-6346a1ecdb83",
    "recording_id": "6dfb6f0e-d08e-4146-b3fd-5376d343b057",
    "artist": "A. Savage",
    "artist_ids": [
        "5bee43cb-a3a0-47bb-9cc6-662a90ce4380"
    ],
    "album": "Several Songs About Fire",
    "release_id": "c197d437-9e79-4c7e-b6ee-786f95ba3431",
    "release_group_id": "f448ec3a-2f4e-46af-8632-c853f58cebb3",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2023-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also seeing A Savage next week in New York! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}