Information about plays

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

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

{
    "id": 3574329,
    "uri": "https://api.kexp.org/v2/plays/3574329/?format=api",
    "airdate": "2025-11-05T13:44:42-08:00",
    "show": 65030,
    "show_uri": "https://api.kexp.org/v2/shows/65030/?format=api",
    "image_uri": "https://ia802302.us.archive.org/1/items/mbid-7c861a9d-6bfd-46e4-81a1-00241e1e9a86/mbid-7c861a9d-6bfd-46e4-81a1-00241e1e9a86-26006606993_thumb500.jpg",
    "thumbnail_uri": "https://ia802302.us.archive.org/1/items/mbid-7c861a9d-6bfd-46e4-81a1-00241e1e9a86/mbid-7c861a9d-6bfd-46e4-81a1-00241e1e9a86-26006606993_thumb250.jpg",
    "song": "Ashtray Monument",
    "track_id": "f8daf553-bae3-309d-8597-130d686fa215",
    "recording_id": "f6fedb92-8eed-48e7-914f-0110805ac788",
    "artist": "Jawbreaker",
    "artist_ids": [
        "ec88cdc3-0517-4951-b5ef-7323e7316db0"
    ],
    "album": "24 Hour Revenge Therapy",
    "release_id": "7c861a9d-6bfd-46e4-81a1-00241e1e9a86",
    "release_group_id": "87f60917-1ce9-3e93-92c3-a3e4184e46ca",
    "labels": [
        "Tupelo Recording Company",
        "The Communion Label"
    ],
    "label_ids": [
        "8779e3b0-f222-47fa-a985-f3037c8de7a7",
        "3f1027b1-07d2-4e62-99c6-0a0a4e9bc270"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Sierra in Oakland!\n--\nHere's an in-depth article on decoding Jawbreakers' classic third album, \"24 Hour Revenge Therapy\": https://www.kerrang.com/decoding-jawbreakers-monumental-24-hour-revenge-therapy-25-years-on",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}