Information about plays

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

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

{
    "id": 3612921,
    "uri": "https://api.kexp.org/v2/plays/3612921/?format=api",
    "airdate": "2026-02-04T01:33:01-08:00",
    "show": 65835,
    "show_uri": "https://api.kexp.org/v2/shows/65835/?format=api",
    "image_uri": "https://ia600206.us.archive.org/26/items/mbid-23f4c1d1-fd0e-3d56-ad43-4672e462e9fb/mbid-23f4c1d1-fd0e-3d56-ad43-4672e462e9fb-1229658004_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/26/items/mbid-23f4c1d1-fd0e-3d56-ad43-4672e462e9fb/mbid-23f4c1d1-fd0e-3d56-ad43-4672e462e9fb-1229658004_thumb250.jpg",
    "song": "Across the Universe",
    "track_id": "0ed3a059-0a3b-3ecf-88d3-d88ef694a03b",
    "recording_id": "90aa777f-5c69-4ed6-8ef9-6a576423e6a2",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Let It Be",
    "release_id": "79c313a5-0e50-4572-8aa6-fd0d297abd97",
    "release_group_id": "bff544a7-56e0-3ed6-9e0f-3b676cca9111",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1987-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OTD 1968 - The Beatles recorded \"Across the Universe\" at Abbey Road Studios in London. During the recording, John Lennon and Paul McCartney decided the song needed falsetto harmonies, so they invited two female fans into the studio to sing on the song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}