Information about plays

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

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

{
    "id": 3640101,
    "uri": "https://api.kexp.org/v2/plays/3640101/?format=api",
    "airdate": "2026-04-10T01:08:07-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://coverartarchive.org/release/ffb6eb59-f7ed-49fe-a306-f6be008019c7/15053952739-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ffb6eb59-f7ed-49fe-a306-f6be008019c7/15053952739-250.jpg",
    "song": "Fug",
    "track_id": null,
    "recording_id": "fd8a594a-168d-405f-bfc0-ad4aaf99d775",
    "artist": "Cymande",
    "artist_ids": [
        "21c5fb53-6fbc-4080-989a-b26d4540f4fd"
    ],
    "album": "Second Time Round",
    "release_id": null,
    "release_group_id": "2848a951-b76a-35ef-bb50-0b9e0fb5602f",
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}