Information about plays

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

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

{
    "id": 3639949,
    "uri": "https://api.kexp.org/v2/plays/3639949/?format=api",
    "airdate": "2026-04-09T15:56:06-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Out of My Life, Woman",
    "track_id": null,
    "recording_id": "d3a8e11e-9654-4bdb-b963-eb10e0d5dd1d",
    "artist": "Lee Dorsey",
    "artist_ids": [
        "23388f69-9c11-44a6-b832-b9071db3423e"
    ],
    "album": "Working in a Coalmine",
    "release_id": null,
    "release_group_id": "cef0a320-3f79-323a-a4cc-6069d7fb10ad",
    "labels": [
        "Charly Records"
    ],
    "label_ids": [
        "a754ad77-2842-4ed4-a6e7-fb6b1fdc7f40"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Get Out of My Life, Woman\" is a song written by Allen Toussaint and first recorded by Lee Dorsey. Di you know that it's been sampled at least 260 times, including by Beck for \"Where It's At\"?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}