Information about plays

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

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

{
    "id": 3639543,
    "uri": "https://api.kexp.org/v2/plays/3639543/?format=api",
    "airdate": "2026-04-08T17:17:50-07:00",
    "show": 66401,
    "show_uri": "https://api.kexp.org/v2/shows/66401/?format=api",
    "image_uri": "https://coverartarchive.org/release/3dbf556a-b3b2-48a7-867d-71d8346c1ed7/1782308984-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3dbf556a-b3b2-48a7-867d-71d8346c1ed7/1782308984-250.jpg",
    "song": "Psyche",
    "track_id": null,
    "recording_id": "65fcfa35-2302-4d2c-82dd-487aa854d25e",
    "artist": "Love Spirals Downwards",
    "artist_ids": [
        "34b69232-264f-419d-ad62-47d362e2c308"
    ],
    "album": "Flux",
    "release_id": null,
    "release_group_id": "7fcb03b3-dd58-30e2-8dae-0a00edda9786",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "1998-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was featured on Dawson's Creek in 2001! You can check out the scene here: \nhttps://www.lovespiralsdownwards.com/2023/08/10/psyche-on-dawsons-creek-2001/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}