Information about plays

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

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

{
    "id": 3561596,
    "uri": "https://api.kexp.org/v2/plays/3561596/?format=api",
    "airdate": "2025-10-05T10:22:40-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "https://coverartarchive.org/release/a7c3469e-0d4c-4ff1-af35-6c44ac979a62/15217798759-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a7c3469e-0d4c-4ff1-af35-6c44ac979a62/15217798759-250.jpg",
    "song": "Take Me Out to the Ballgame",
    "track_id": null,
    "recording_id": "7cdb5a17-e990-4ed8-b380-6810cf4a0b1a",
    "artist": "Steve Goodman",
    "artist_ids": [
        "6dcf3c49-6293-4bd3-bcff-ddaefc967089"
    ],
    "album": "Affordable Art",
    "release_id": null,
    "release_group_id": "a02d29b6-a05e-358b-9d95-dede07717949",
    "labels": [
        "Red Pajamas Records"
    ],
    "label_ids": [
        "618da21b-7ba8-41ae-ae50-727cd3a90358"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1983, the Chicago musician wrote several songs about his beloved Cubs team.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}