Information about plays

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

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

{
    "id": 3603987,
    "uri": "https://api.kexp.org/v2/plays/3603987/?format=api",
    "airdate": "2026-01-13T20:42:13-08:00",
    "show": 65643,
    "show_uri": "https://api.kexp.org/v2/shows/65643/?format=api",
    "image_uri": "https://coverartarchive.org/release/3833ecd4-61c6-4072-9963-8f437ba36f12/15133979211-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3833ecd4-61c6-4072-9963-8f437ba36f12/15133979211-250.jpg",
    "song": "Shaho Dayereh (King & Circle)",
    "track_id": null,
    "recording_id": "a75167a4-db87-4e38-a32e-cd7b31501c80",
    "artist": "Haarnick",
    "artist_ids": [
        "ab8d28fb-bb7c-440f-832a-8db551075adf"
    ],
    "album": "Iranian Underground",
    "release_id": null,
    "release_group_id": "968566e3-a8b6-4192-9e3a-7388dae5a906",
    "labels": [
        "Bar-Ax"
    ],
    "label_ids": [
        "0b8c66de-396a-4039-9958-189768493f7d"
    ],
    "release_date": "2010-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out more artists and info from this compilation here: https://tinyurl.com/mwpkse2u",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}