Information about plays

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

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

{
    "id": 3542655,
    "uri": "https://api.kexp.org/v2/plays/3542655/?format=api",
    "airdate": "2025-08-20T22:55:19-07:00",
    "show": 64343,
    "show_uri": "https://api.kexp.org/v2/shows/64343/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Technology",
    "track_id": null,
    "recording_id": null,
    "artist": "Makaya McCraven",
    "artist_ids": [
        "59476fae-d0c9-4ebd-b03c-c38b19b30dff"
    ],
    "album": "Techno Logic (featuring Theon Cross & Ben LaMar Gay)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "International Anthem"
    ],
    "label_ids": [
        "4803f005-b722-4ca3-a97e-9092e5523975"
    ],
    "release_date": "2025-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One  of four new releases from Makaya McCraven out this October!\n\nhttps://intlanthem.bandcamp.com/track/technology",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}