Information about plays

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

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

{
    "id": 3630061,
    "uri": "https://api.kexp.org/v2/plays/3630061/?format=api",
    "airdate": "2026-03-17T06:02:10-07:00",
    "show": 66204,
    "show_uri": "https://api.kexp.org/v2/shows/66204/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lucky Man",
    "track_id": null,
    "recording_id": "dbcef3e8-0e2f-4ab2-9bc1-dce1ba9774ac",
    "artist": "Courtney John",
    "artist_ids": [
        "02b8f53d-c942-45bd-af83-2972570f3292"
    ],
    "album": "Chef: Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "cb098622-7af9-4d5e-9aca-d2e713e0f8b7",
    "labels": [
        "Milan"
    ],
    "label_ids": [
        "41099e29-7301-4fa3-86a4-8d510157b275"
    ],
    "release_date": "2014-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Courtney John’s \"Lucky Man\" is a standout from the \"Chef\" soundtrack, but his influence stretches far beyond film scores—he’s a prolific songwriter and producer who has contributed to global hits for Nelly Furtado (\"Say It Right\") and reggae legend Beres Hammond. https://www.courtneyjohn.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}