Information about plays

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

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

{
    "id": 3634039,
    "uri": "https://api.kexp.org/v2/plays/3634039/?format=api",
    "airdate": "2026-03-26T21:35:41-07:00",
    "show": 66287,
    "show_uri": "https://api.kexp.org/v2/shows/66287/?format=api",
    "image_uri": "https://coverartarchive.org/release/844f3b3d-a57b-4de3-88bb-98c7c520a4ca/5611153243-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/844f3b3d-a57b-4de3-88bb-98c7c520a4ca/5611153243-250.jpg",
    "song": "Someone Who Can",
    "track_id": null,
    "recording_id": "6c12acaa-26ee-4786-a69e-cb35d9697fed",
    "artist": "Yuna",
    "artist_ids": [
        "c58c7817-420d-4268-bccf-f3d90565e2e6"
    ],
    "album": "Nocturnal",
    "release_id": null,
    "release_group_id": "5052cd30-ebff-451c-9389-7e793215087c",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2013-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Chad Hugo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}