Information about plays

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

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

{
    "id": 3624721,
    "uri": "https://api.kexp.org/v2/plays/3624721/?format=api",
    "airdate": "2026-03-03T07:47:23-08:00",
    "show": 66079,
    "show_uri": "https://api.kexp.org/v2/shows/66079/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You’ve Got the Love (Jamie xx rework)",
    "track_id": null,
    "recording_id": "8538f6ab-0d86-4121-972c-b3f53955acd0",
    "artist": "Florence + the Machine feat. The xx",
    "artist_ids": [
        "5fee3020-513b-48c2-b1f7-4681b01db0c6",
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "You’ve Got the Love (Jamie xx rework)",
    "release_id": null,
    "release_group_id": "783c4fe3-285f-477d-b650-606f320c2ffe",
    "labels": [
        "Universal Republic Records"
    ],
    "label_ids": [
        "8f23c520-d702-4621-88fa-ac66ae15e573"
    ],
    "release_date": "2019-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://florenceandthemachine.net/ remixed by...\nhttps://www.jamiexx.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}