Information about plays

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

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

{
    "id": 3614611,
    "uri": "https://api.kexp.org/v2/plays/3614611/?format=api",
    "airdate": "2026-02-07T21:59:48-08:00",
    "show": 65874,
    "show_uri": "https://api.kexp.org/v2/shows/65874/?format=api",
    "image_uri": "https://coverartarchive.org/release/51bb4707-f0c2-4ac7-aae7-2572b3f7cf66/5450678459-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51bb4707-f0c2-4ac7-aae7-2572b3f7cf66/5450678459-250.jpg",
    "song": "Ladies With Appliances",
    "track_id": null,
    "recording_id": "6cffd645-d84b-421e-9fcf-cc89ace094bb",
    "artist": "Dow Jones and the Industrials",
    "artist_ids": [
        "56b3aeea-2959-446a-af28-1aac4869d6d3"
    ],
    "album": "Red Snerts: The Sound of Gulcher",
    "release_id": null,
    "release_group_id": "e09b6304-8062-49ac-9a80-94344badc05c",
    "labels": [
        "Gulcher Records"
    ],
    "label_ids": [
        "78d3309f-7c4a-4c99-9a0c-a771e8f6490b"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dow Jones and the Industrials were a punk/new wave band from West Lafayette, Indiana that existed for an explosive two years -- 1979 to 1981.\n\nhttps://dowjonesandtheindustrials.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}