Information about plays

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

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

{
    "id": 3620539,
    "uri": "https://api.kexp.org/v2/plays/3620539/?format=api",
    "airdate": "2026-02-21T21:05:04-08:00",
    "show": 65997,
    "show_uri": "https://api.kexp.org/v2/shows/65997/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Faith",
    "track_id": null,
    "recording_id": null,
    "artist": "Secret World",
    "artist_ids": [
        "4943d13f-4f86-4201-a9e3-88b2526ed1b6"
    ],
    "album": "Tomorrow is a Mystery to me -ep",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sunday Drive Records"
    ],
    "label_ids": [
        "c563c34e-4243-488e-92de-ef388ef7e965"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Secret World members played in other bands like SPEED, Trophy Eyes and Downside before forming the group in 2023. Good Faith’ features Sydney rock royalty Shogun (Royal Headache, Antenna)\n\nhttps://secretworldworld.bandcamp.com/album/tomorrow-is-a-mystery-to-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}