Information about plays

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

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

{
    "id": 3607869,
    "uri": "https://api.kexp.org/v2/plays/3607869/?format=api",
    "airdate": "2026-01-23T01:57:45-08:00",
    "show": 65728,
    "show_uri": "https://api.kexp.org/v2/shows/65728/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc34118e-4edb-4ead-a64d-eb4fe5779361/20708283308-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc34118e-4edb-4ead-a64d-eb4fe5779361/20708283308-250.jpg",
    "song": "Don’t Let It Go to Your Head",
    "track_id": null,
    "recording_id": "876321a8-4528-49df-a1e2-acf2d2398732",
    "artist": "Jean Carn",
    "artist_ids": [
        "ffea09ad-3399-48e0-a907-a2651770a726"
    ],
    "album": "Don’t Let It Go To Your Head: The Anthology",
    "release_id": null,
    "release_group_id": "dcda505e-e421-4ae9-b961-8607d9b07297",
    "labels": [
        "SoulMusic Records"
    ],
    "label_ids": [
        "effabc57-2511-42d9-8480-0f5389c93369"
    ],
    "release_date": "2018-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In June 1978, the jazz and pop singer with a five octave vocal range, Jean Carn(e) released her second album 'Happy to Be With You', which included the hit single \"Don’t Let It Go to Your Head\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}