Information about plays

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

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

{
    "id": 3549773,
    "uri": "https://api.kexp.org/v2/plays/3549773/?format=api",
    "airdate": "2025-09-06T21:43:39-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/3ab1eb0d-ff7e-44b6-8f03-476b1f78c8a0/33750620061-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3ab1eb0d-ff7e-44b6-8f03-476b1f78c8a0/33750620061-250.jpg",
    "song": "(Don't Trust No) Party Boy",
    "track_id": null,
    "recording_id": "628f4f9b-f0cb-414b-85db-5432179aa3cb",
    "artist": "Personal and the Pizzas",
    "artist_ids": [
        "dd021aab-74b9-4621-839b-9d5680717ddb"
    ],
    "album": "Personal and the Pizzas",
    "release_id": null,
    "release_group_id": "69c9d950-c57b-4413-be0c-9ce0fdb287bd",
    "labels": [
        "Slovenly Recordings"
    ],
    "label_ids": [
        "cfb18bcf-d2cd-4e4b-b41c-1e63240a10ce"
    ],
    "release_date": "2016-12-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Drew Cramer - AKA “Personal” of Personal and the Pizzas is in need of a liver transplant!  You can donate to his gofundme by checking out the link below:\n\nhttps://www.gofundme.com/f/xwas7-drew-needs-your-help\nhttps://www.facebook.com/personalandthepizzas/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}