Information about plays

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

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

{
    "id": 3570442,
    "uri": "https://api.kexp.org/v2/plays/3570442/?format=api",
    "airdate": "2025-10-27T01:30:40-07:00",
    "show": 64945,
    "show_uri": "https://api.kexp.org/v2/shows/64945/?format=api",
    "image_uri": "https://coverartarchive.org/release/54145342-9724-381d-9542-0b094b6c9527/36858154850-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/54145342-9724-381d-9542-0b094b6c9527/36858154850-250.jpg",
    "song": "Where Are You",
    "track_id": null,
    "recording_id": "25eccc62-3dd6-43a8-9462-79ccd0c3418a",
    "artist": "Sonny Rollins",
    "artist_ids": [
        "3b47247e-5b57-49b6-a0ed-bad80243802a"
    ],
    "album": "The Bridge",
    "release_id": null,
    "release_group_id": "8e98c716-6fb8-3dc2-aea6-2be48f804e6d",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1962-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Classic footnote in the long standing career of Sonny Rollins, disenchanted from the Jazz Scene, Sonny  would practice at the Brooklyn Bridge for hours to find his sound after a brief retirement in 1959",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}