Information about plays

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

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

{
    "id": 3538144,
    "uri": "https://api.kexp.org/v2/plays/3538144/?format=api",
    "airdate": "2025-08-09T22:49:34-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "https://coverartarchive.org/release/ff0e263b-b089-4d5a-93e9-6fdd51107ac5/16864240131-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ff0e263b-b089-4d5a-93e9-6fdd51107ac5/16864240131-250.jpg",
    "song": "Let's Have a Party",
    "track_id": null,
    "recording_id": "e84803b2-328f-45ab-b6b5-313ad6746045",
    "artist": "The Adicts",
    "artist_ids": [
        "42fa05a0-a983-4ed6-90f3-b2d662216bcc"
    ],
    "album": "Rollercoaster",
    "release_id": null,
    "release_group_id": "fd397b8e-7930-3287-b613-374f69047646",
    "labels": [
        "SOS Records"
    ],
    "label_ids": [
        "d30cc760-cd09-4917-b19d-4d38b8c7b001"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "The Adicts just updated their US webstore with limited stock merch leftover from recent gigs!\n\nhttps://theadicts.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}