Information about plays

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

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

{
    "id": 3587455,
    "uri": "https://api.kexp.org/v2/plays/3587455/?format=api",
    "airdate": "2025-12-06T06:07:53-08:00",
    "show": 65301,
    "show_uri": "https://api.kexp.org/v2/shows/65301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soro",
    "track_id": null,
    "recording_id": "ad72d153-6905-41d7-a171-53e8ae439e8f",
    "artist": "Adekunle Gold",
    "artist_ids": [
        "7ff6bc8e-f614-40ec-8d77-84679cc5e2fc"
    ],
    "album": "Tequila Ever After",
    "release_id": null,
    "release_group_id": "458304d7-1c62-45b9-97fc-28b35a817afe",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2023-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}