Information about plays

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

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

{
    "id": 3579825,
    "uri": "https://api.kexp.org/v2/plays/3579825/?format=api",
    "airdate": "2025-11-18T12:09:40-08:00",
    "show": 65145,
    "show_uri": "https://api.kexp.org/v2/shows/65145/?format=api",
    "image_uri": "https://ia800707.us.archive.org/6/items/mbid-d63d427d-499c-4eb4-996e-535e36013766/mbid-d63d427d-499c-4eb4-996e-535e36013766-7496229609_thumb500.jpg",
    "thumbnail_uri": "https://ia600707.us.archive.org/6/items/mbid-d63d427d-499c-4eb4-996e-535e36013766/mbid-d63d427d-499c-4eb4-996e-535e36013766-7496229609_thumb250.jpg",
    "song": "Education",
    "track_id": "15a5768f-16ab-3c01-83a2-2bfc29be7d71",
    "recording_id": "25152ada-754d-4b2c-abb7-0043a5f0816d",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "We Were Dead Before the Ship Even Sank",
    "release_id": "d63d427d-499c-4eb4-996e-535e36013766",
    "release_group_id": "0c5f1837-9834-3c97-9d4b-80a4e7103b21",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2007-03-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"...All this dog and pony\nWe're still monkeys the whole time\nWe could not help from flingin' s**t\nIn our modern suits and ties...\"\nHere are the lyrics to this song composed by Isaac Brock: https://genius.com/Modest-mouse-education-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}