Information about plays

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

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

{
    "id": 3620580,
    "uri": "https://api.kexp.org/v2/plays/3620580/?format=api",
    "airdate": "2026-02-21T23:05:46-08:00",
    "show": 65997,
    "show_uri": "https://api.kexp.org/v2/shows/65997/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ff4c86f-915b-4afa-afa9-f5e0ddf7701b/40468913873-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6ff4c86f-915b-4afa-afa9-f5e0ddf7701b/40468913873-250.jpg",
    "song": "Downstream",
    "track_id": null,
    "recording_id": "b4ddbb78-21ed-438f-96ed-555e6ab5c91a",
    "artist": "Straw Man Army",
    "artist_ids": [
        "652ae963-264b-4f8e-a6dc-3ee436ce44e6"
    ],
    "album": "Earthworks",
    "release_id": null,
    "release_group_id": "b208925f-fe5a-4814-9b72-0c7587438e9d",
    "labels": [
        "La Vida Es Mus Discos"
    ],
    "label_ids": [
        "d8586451-af5e-47da-8ff1-e210ad8ea448"
    ],
    "release_date": "2024-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NYC duo Straw Man Army's third LP, “Earthworks”, completes a trilogy of records begun with 2020’s “Age of Exile,” and 2022’s “SOS”.\n\nhttps://lavidaesunmus.bandcamp.com/album/earthworks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}