Information about plays

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

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

{
    "id": 3549847,
    "uri": "https://api.kexp.org/v2/plays/3549847/?format=api",
    "airdate": "2025-09-07T01:12:16-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/78f35386-0fba-4e25-be3d-c19dd4d1703a/6150309834-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/78f35386-0fba-4e25-be3d-c19dd4d1703a/6150309834-250.jpg",
    "song": "Roadkill",
    "track_id": null,
    "recording_id": "028d8964-5ab9-4f9a-8ea3-a23e9eb94b7a",
    "artist": "Meanstreak",
    "artist_ids": [
        "4799a889-c4b3-424f-b601-9c4ae2193ee4"
    ],
    "album": "Roadkill",
    "release_id": null,
    "release_group_id": "d7d141e4-7903-41c9-a08a-4abae9eb7f9c",
    "labels": [
        "Music for Nations"
    ],
    "label_ids": [
        "70aac81c-4a9a-460f-a1bd-4d39626e1625"
    ],
    "release_date": "1988-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in West Chester County, NY in 1985, Meanstreak disbanded in 1994 after released Roadkill and a couple of demos.  They reunited in 2022 and released an EP, Blood Moon last year and are currently playing live shows.\n\nhttps://meanstreakofficial.com/\nhttps://www.facebook.com/meanstreakband/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}