Information about plays

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

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

{
    "id": 3557814,
    "uri": "https://api.kexp.org/v2/plays/3557814/?format=api",
    "airdate": "2025-09-26T04:04:05-07:00",
    "show": 64662,
    "show_uri": "https://api.kexp.org/v2/shows/64662/?format=api",
    "image_uri": "https://coverartarchive.org/release/65bb2ad5-fe22-4cb8-a0d9-4f176c48d0e3/42313555371-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/65bb2ad5-fe22-4cb8-a0d9-4f176c48d0e3/42313555371-250.jpg",
    "song": "H.O.O.D",
    "track_id": null,
    "recording_id": "d6076bf4-fc9f-49be-be94-da6e19620ea5",
    "artist": "KNEECAP",
    "artist_ids": [
        "6ac275dd-eb37-42cf-9a60-6b147320c7be"
    ],
    "album": "H.O.O.D",
    "release_id": null,
    "release_group_id": "ed4ea451-d054-45da-88d4-d1ceb68fd043",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mo Chara is a free man! Terrorism charge thrown out on a technical error, now let's get them back to North America https://variety.com/2025/music/global/kneecap-mo-chara-terror-charge-dismissed-uk-court-1236493775/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}