Information about plays

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

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

{
    "id": 3549852,
    "uri": "https://api.kexp.org/v2/plays/3549852/?format=api",
    "airdate": "2025-09-07T01:27:49-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/c9a5ab26-2783-4b26-82c8-acc886e57c31/34851869013-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c9a5ab26-2783-4b26-82c8-acc886e57c31/34851869013-250.jpg",
    "song": "Struck Down",
    "track_id": null,
    "recording_id": "43b1d1ef-942f-4aac-b9d5-12f6d5012f30",
    "artist": "Pest Control",
    "artist_ids": [
        "d6161252-82f9-4bd4-bcf9-033abd90c878"
    ],
    "album": "Don't Test the Pest",
    "release_id": null,
    "release_group_id": "91f1c7e9-09d0-458f-a7bc-20888bcc23e8",
    "labels": [
        "Quality Control HQ"
    ],
    "label_ids": [
        "4123f046-25ca-417b-b6f2-610745a4e0d9"
    ],
    "release_date": "2023-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Leeds, UK in 2020 and featuring former members of Implement and Mortuary Spawn.\n\nhttps://pestcontroluk.bandcamp.com/\nhttps://www.facebook.com/pestcontrolleeds#\nhttps://pestcontrolthrash.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}