Information about plays

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

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

{
    "id": 3543774,
    "uri": "https://api.kexp.org/v2/plays/3543774/?format=api",
    "airdate": "2025-08-23T14:56:58-07:00",
    "show": 64367,
    "show_uri": "https://api.kexp.org/v2/shows/64367/?format=api",
    "image_uri": "https://ia902807.us.archive.org/18/items/mbid-e2962f3b-d1ed-4c6a-8837-bfa7013f91a2/mbid-e2962f3b-d1ed-4c6a-8837-bfa7013f91a2-21231312585_thumb500.jpg",
    "thumbnail_uri": "https://ia902807.us.archive.org/18/items/mbid-e2962f3b-d1ed-4c6a-8837-bfa7013f91a2/mbid-e2962f3b-d1ed-4c6a-8837-bfa7013f91a2-21231312585_thumb250.jpg",
    "song": "Echo Beach",
    "track_id": "a56f2140-721b-3c67-8f5a-640c2eeef9d5",
    "recording_id": "323fc1d4-d5d6-4a2e-95a5-efe0daf938c0",
    "artist": "Martha and the Muffins",
    "artist_ids": [
        "d0a4fd70-d8ab-442e-8fb0-f5608936dce3"
    ],
    "album": "Just Can't Get Enough: New Wave Hits of the '80s, Volume 2",
    "release_id": "e2962f3b-d1ed-4c6a-8837-bfa7013f91a2",
    "release_group_id": "ada7a57a-08dd-3d63-b93a-15dbd1d6f60b",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Martha and the Muffins released \"Echo Beach\" as a single from their debut album Metro Music in 1980. The track won the Juno Award for Single of the Year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}