Information about plays

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

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

{
    "id": 3538154,
    "uri": "https://api.kexp.org/v2/plays/3538154/?format=api",
    "airdate": "2025-08-09T23:12:04-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "https://ia800701.us.archive.org/8/items/mbid-77f32a9c-8080-497b-b0d9-f93e21a5f93c/mbid-77f32a9c-8080-497b-b0d9-f93e21a5f93c-16162391947_thumb500.jpg",
    "thumbnail_uri": "https://ia600701.us.archive.org/8/items/mbid-77f32a9c-8080-497b-b0d9-f93e21a5f93c/mbid-77f32a9c-8080-497b-b0d9-f93e21a5f93c-16162391947_thumb250.jpg",
    "song": "I've Got a Gun",
    "track_id": "034e5a66-8a51-3f1e-98c9-1e0e57d5ea36",
    "recording_id": "52b1a9bd-7954-453f-848c-958954eefba6",
    "artist": "NoMeansNo",
    "artist_ids": [
        "37e9d7b2-7779-41b2-b2eb-3685351caad3"
    ],
    "album": "The Worldhood of the World (As Such)",
    "release_id": "77f32a9c-8080-497b-b0d9-f93e21a5f93c",
    "release_group_id": "1955b2a8-b55a-3448-86e3-c17e3113dc38",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "For Jason\n\n https://www.facebook.com/wrongrecords/ https://alternativetentacles.com/pages/artist-page/nomeansno",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}