Information about plays

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

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

{
    "id": 3606775,
    "uri": "https://api.kexp.org/v2/plays/3606775/?format=api",
    "airdate": "2026-01-20T11:27:48-08:00",
    "show": 65707,
    "show_uri": "https://api.kexp.org/v2/shows/65707/?format=api",
    "image_uri": "https://ia601907.us.archive.org/2/items/mbid-5d39227e-afbf-4fa9-8cd2-4247acf16c3d/mbid-5d39227e-afbf-4fa9-8cd2-4247acf16c3d-26970084496_thumb500.jpg",
    "thumbnail_uri": "https://ia801907.us.archive.org/2/items/mbid-5d39227e-afbf-4fa9-8cd2-4247acf16c3d/mbid-5d39227e-afbf-4fa9-8cd2-4247acf16c3d-26970084496_thumb250.jpg",
    "song": "Camera",
    "track_id": "50b9807a-7607-3c5d-9333-a9482b85a0cb",
    "recording_id": "6a81b713-0d2b-4089-b396-380c4ad77a74",
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Crooked Rain, Crooked Rain: L.A.’s Desert Origins",
    "release_id": "5d39227e-afbf-4fa9-8cd2-4247acf16c3d",
    "release_group_id": "4f348977-6f44-39f9-b243-071927ecc6a4",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2004-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pavement is playing at Mosswood Park in Oakland on Friday, July 17th.\n--\nThis is Pavement's cover of the R.E.M. song from their 1984 release, \"Reckoning.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}