Information about plays

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

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

{
    "id": 3562142,
    "uri": "https://api.kexp.org/v2/plays/3562142/?format=api",
    "airdate": "2025-10-06T22:57:55-07:00",
    "show": 64767,
    "show_uri": "https://api.kexp.org/v2/shows/64767/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba1e0b6a-0134-4b66-8ca7-5e54db8dc1c5/13836121921-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba1e0b6a-0134-4b66-8ca7-5e54db8dc1c5/13836121921-250.jpg",
    "song": "Crushed",
    "track_id": null,
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [],
    "album": "Lonely Is an Eyesore",
    "release_id": null,
    "release_group_id": "4153d6a8-f92a-310a-87f7-4712a6a04b77",
    "labels": [
        "4AD"
    ],
    "label_ids": [],
    "release_date": "1987-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you're similarly obsessed with Cocteau Twins and enjoy hearing them on the airwaves, make sure it never goes away! - https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}