Information about plays

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

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

{
    "id": 3631931,
    "uri": "https://api.kexp.org/v2/plays/3631931/?format=api",
    "airdate": "2026-03-21T12:10:21-07:00",
    "show": 66242,
    "show_uri": "https://api.kexp.org/v2/shows/66242/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-ab393e12-c416-422f-bfc7-3b76338de97d/mbid-ab393e12-c416-422f-bfc7-3b76338de97d-31478093076_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-ab393e12-c416-422f-bfc7-3b76338de97d/mbid-ab393e12-c416-422f-bfc7-3b76338de97d-31478093076_thumb250.jpg",
    "song": "Get Out of My Life, Woman",
    "track_id": "a78551d1-7ba7-3b3d-9b69-cebfd7b0979a",
    "recording_id": "5474daf7-7611-4bca-bd6f-a336a353323c",
    "artist": "Lee Dorsey",
    "artist_ids": [
        "23388f69-9c11-44a6-b832-b9071db3423e"
    ],
    "album": "Sweet Soul Music: 29 Scorching Classics From 1966",
    "release_id": "ab393e12-c416-422f-bfc7-3b76338de97d",
    "release_group_id": "00effa21-37ed-4d47-85f9-9c5fcc274c53",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2009-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Get Out of My Life Woman was song was sampled in MC Solaar's Nouveau Western.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}