Information about plays

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

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

{
    "id": 3578706,
    "uri": "https://api.kexp.org/v2/plays/3578706/?format=api",
    "airdate": "2025-11-15T21:38:40-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://coverartarchive.org/release/30eddc02-5e5c-498d-a1b6-d4f691593bc5/5035757077-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/30eddc02-5e5c-498d-a1b6-d4f691593bc5/5035757077-250.jpg",
    "song": "Trash",
    "track_id": null,
    "recording_id": "1a7028b7-fe25-41ae-9cde-0fd4d1303055",
    "artist": "The Doll",
    "artist_ids": [
        "e8b0ff3c-a86f-4b0d-9d40-4f2d214255a2"
    ],
    "album": "Beggars Banquet: The Punk Singles Collection",
    "release_id": null,
    "release_group_id": "938d898b-39c4-33df-9c78-41081d26fb34",
    "labels": [
        "Anagram Records"
    ],
    "label_ids": [
        "83ca98d2-7d99-40f1-8e60-dc35c7b78508"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1978; After The Doll split up in 1980, members went on to join The Fixx and Gary Numan's band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}