Information about plays

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

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

{
    "id": 3640327,
    "uri": "https://api.kexp.org/v2/plays/3640327/?format=api",
    "airdate": "2026-04-10T14:35:08-07:00",
    "show": 66416,
    "show_uri": "https://api.kexp.org/v2/shows/66416/?format=api",
    "image_uri": "https://coverartarchive.org/release/1fdaeebd-4f61-47c5-8b1c-437f4cd37d6f/44763771765-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1fdaeebd-4f61-47c5-8b1c-437f4cd37d6f/44763771765-250.jpg",
    "song": "idk idk",
    "track_id": null,
    "recording_id": "826e7c02-a5d6-4c47-8add-a8f65cc6c771",
    "artist": "Jim Legxacy",
    "artist_ids": [
        "9ca998cf-c1cd-493b-9a5d-a32fd33859ea"
    ],
    "album": "idk idk",
    "release_id": null,
    "release_group_id": "9cc61fc3-80aa-4550-a7e0-f214a2481af1",
    "labels": [
        "(!)"
    ],
    "label_ids": [
        "f8328bbc-da3e-43bb-8013-98cc7f47db3d"
    ],
    "release_date": "2026-03-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jim Legxacy is a British rapper, singer and record producer. idk idk is his latest single, following last year's mixtape, 'Black British Music'. \n\nhttps://www.youtube.com/watch?v=sZzvQP2fV-c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}