Information about plays

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

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

{
    "id": 3638322,
    "uri": "https://api.kexp.org/v2/plays/3638322/?format=api",
    "airdate": "2026-04-05T20:04:54-07:00",
    "show": 66376,
    "show_uri": "https://api.kexp.org/v2/shows/66376/?format=api",
    "image_uri": "https://coverartarchive.org/release/2107d9d5-8d4d-427d-8e9e-7c9eb745242d/11759845255-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2107d9d5-8d4d-427d-8e9e-7c9eb745242d/11759845255-250.jpg",
    "song": "Looking Out My Window",
    "track_id": null,
    "recording_id": "d4de177f-589b-444f-8fb4-d96cc5022016",
    "artist": "Tom Jones",
    "artist_ids": [
        "57c6f649-6cde-48a7-8114-2a200247601a"
    ],
    "album": "Help Yourself",
    "release_id": null,
    "release_group_id": "27853cde-eaec-3e88-a73b-016feff1694d",
    "labels": [
        "Parrott Music Ltd."
    ],
    "label_ids": [
        "5537dd76-099e-458c-9259-1e8b94829633"
    ],
    "release_date": "1968-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled in over 80 songs by artists including 2pac, Ghostface Killah, and Big Daddy Kane, Tom Jones released \"Looking Out My Window\" on his 12th studio album Help Yourself, in 1968.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}