Information about plays

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

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

{
    "id": 3622272,
    "uri": "https://api.kexp.org/v2/plays/3622272/?format=api",
    "airdate": "2026-02-25T20:36:42-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tellalt",
    "track_id": null,
    "recording_id": null,
    "artist": "Imarhan",
    "artist_ids": [
        "edf62daa-1425-44bb-8fe3-07499b519472"
    ],
    "album": "Essam",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2026-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Imarhan - Tellalt (Official Video) - https://www.youtube.com/watch?v=cxwOtboRw3w\n\n\"Tellalt\" is taken from new album 'Essam'. Listen / order : https://imarhan.lnk.to/EssamYD",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}