Information about plays

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

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

{
    "id": 3501064,
    "uri": "https://api.kexp.org/v2/plays/3501064/?format=api",
    "airdate": "2025-05-14T00:42:43-07:00",
    "show": 63454,
    "show_uri": "https://api.kexp.org/v2/shows/63454/?format=api",
    "image_uri": "https://coverartarchive.org/release/930bd2f7-3d04-467a-9e41-d986eaaf44ea/7475975922-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/930bd2f7-3d04-467a-9e41-d986eaaf44ea/7475975922-250.jpg",
    "song": "Ca Plaine Pour Moi",
    "track_id": null,
    "recording_id": null,
    "artist": "Thee Headcoats",
    "artist_ids": [
        "a67d2694-1ffa-46b3-82ce-7401b528fb18"
    ],
    "album": "The Sisters of Suave",
    "release_id": null,
    "release_group_id": "4133cc69-dd22-31fa-8234-57fe969021fd",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spearheaded by Billy Childish who has been creating garage rock under multiple monikers for many years including as Thee Headcoats.\n\nhttps://www.discogs.com/artist/257206-Thee-Headcoats",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}