Information about plays

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

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

{
    "id": 3577085,
    "uri": "https://api.kexp.org/v2/plays/3577085/?format=api",
    "airdate": "2025-11-12T04:25:02-08:00",
    "show": 65086,
    "show_uri": "https://api.kexp.org/v2/shows/65086/?format=api",
    "image_uri": "https://ia903108.us.archive.org/10/items/mbid-0f75fddc-8695-4bbf-8e8f-45d7b0e27bb3/mbid-0f75fddc-8695-4bbf-8e8f-45d7b0e27bb3-24796991396_thumb500.jpg",
    "thumbnail_uri": "https://ia803108.us.archive.org/10/items/mbid-0f75fddc-8695-4bbf-8e8f-45d7b0e27bb3/mbid-0f75fddc-8695-4bbf-8e8f-45d7b0e27bb3-24796991396_thumb250.jpg",
    "song": "Nowhere to Run",
    "track_id": "92bdbd0e-90d3-3539-aac5-4f7e3ef8e5e8",
    "recording_id": "2301b9db-a300-4762-9638-ed2d154e225c",
    "artist": "Martha Reeves and the Vandellas",
    "artist_ids": [
        "9d1bc10a-24fe-4b41-8338-ea92d8101a09"
    ],
    "album": "More Girl Group Greats",
    "release_id": "0f75fddc-8695-4bbf-8e8f-45d7b0e27bb3",
    "release_group_id": "5212f822-6991-3dd5-92f5-faa7f6eb02d0",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Nowhere to Run. Nowhere to Hide.\" This great Motown song, written by Holland-Dozier-Holland, was sampled by Gravediggaz in (You guessed it!) their song, \"Nowhere to Run. Nowhere to Hide.\" \n--\nDid you know that snow chains were used as percussion alongside the tambourine and drums?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}