Information about plays

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

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

{
    "id": 3633090,
    "uri": "https://api.kexp.org/v2/plays/3633090/?format=api",
    "airdate": "2026-03-24T10:48:16-07:00",
    "show": 66268,
    "show_uri": "https://api.kexp.org/v2/shows/66268/?format=api",
    "image_uri": "https://dn711100.ca.archive.org/0/items/mbid-c9715e00-4f1e-45f4-bb1e-3dad3ca7ba61/mbid-c9715e00-4f1e-45f4-bb1e-3dad3ca7ba61-11322712486_thumb500.jpg",
    "thumbnail_uri": "https://dn711100.ca.archive.org/0/items/mbid-c9715e00-4f1e-45f4-bb1e-3dad3ca7ba61/mbid-c9715e00-4f1e-45f4-bb1e-3dad3ca7ba61-11322712486_thumb250.jpg",
    "song": "Momma Miss America",
    "track_id": "ebb4a226-3266-371c-9b4d-6d02a1d2ad02",
    "recording_id": "47c795f8-845e-42ae-a015-1ccec46f1ec3",
    "artist": "Paul McCartney",
    "artist_ids": [
        "ba550d0e-adac-4864-b88b-407cab5e76af"
    ],
    "album": "McCartney",
    "release_id": "94aaf751-be3a-3f21-bed4-d515d21f0080",
    "release_group_id": "d6a52dc7-f4fa-4d10-89d9-5a99d178dae9",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hear anything familiar?  The drums in this Paul McCartney tune were sampled in The Roots' \"The Fire.\" \n--\n\"An instrumental recorded completely at home. Made up as I went along – first a sequence of chords, then a melody on top. Piano, drums, acoustic guitar, electric guitar. Originally it was two pieces but they ran into each other by accident and became one.\" --Paul McCartney",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}