Information about plays

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

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

{
    "id": 3552742,
    "uri": "https://api.kexp.org/v2/plays/3552742/?format=api",
    "airdate": "2025-09-13T23:25:32-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "https://ia801007.us.archive.org/18/items/mbid-7e2b2322-e9b3-4e69-8f82-3eab38985d7a/mbid-7e2b2322-e9b3-4e69-8f82-3eab38985d7a-7940714234_thumb500.jpg",
    "thumbnail_uri": "https://ia601007.us.archive.org/18/items/mbid-7e2b2322-e9b3-4e69-8f82-3eab38985d7a/mbid-7e2b2322-e9b3-4e69-8f82-3eab38985d7a-7940714234_thumb250.jpg",
    "song": "You’re Fired",
    "track_id": "c9d1d38f-d5a1-3e8f-954d-ac55236ea3a6",
    "recording_id": "73aa95e0-f602-4065-b086-3c924b59cdf8",
    "artist": "Bratmobile",
    "artist_ids": [
        "d6dfbc0b-d737-49df-be8e-517b85985bcb"
    ],
    "album": "Ladies, Women and Girls",
    "release_id": "7e2b2322-e9b3-4e69-8f82-3eab38985d7a",
    "release_group_id": "60796ff6-9716-3ed1-8505-c4037900e63a",
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "release_date": "2000-10-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "For Mike in Tacoma\n\nBrat Mobile reunited this summer to play the South Sound Block party in their hometown, Olympia, WA.\n\nhttps://staticmag.org/shannon/bratmobile-interview/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}