Information about plays

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

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

{
    "id": 3599838,
    "uri": "https://api.kexp.org/v2/plays/3599838/?format=api",
    "airdate": "2026-01-03T20:42:58-08:00",
    "show": 65555,
    "show_uri": "https://api.kexp.org/v2/shows/65555/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Need A Script",
    "track_id": "227503ca-fe49-4494-ae57-08d4c13e7806",
    "recording_id": "73449e25-d21b-4852-9112-2c004d91b25c",
    "artist": "Once For Kicks",
    "artist_ids": [
        "49503b66-0933-4453-a033-1d7b129645c1"
    ],
    "album": "In The Dollhouse",
    "release_id": "aeb67089-2cdf-48af-9b63-1bfd3dcaf7a9",
    "release_group_id": "1393636a-4506-4c67-a3cd-d4e9c8b7b395",
    "labels": [
        "Book Records"
    ],
    "label_ids": [
        "98c57413-f1f0-4d87-97e9-879d4b309bb7"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoying this song? You can listen to the best of Seattle band Once for Kicks' songs via this 25-song Best Of collection, released in 2021:\n\nhttps://onceforkicks.bandcamp.com/album/once-for-kicks-best-of-1999-2008",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}