Information about plays

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

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

{
    "id": 3578126,
    "uri": "https://api.kexp.org/v2/plays/3578126/?format=api",
    "airdate": "2025-11-14T15:51:02-08:00",
    "show": 65107,
    "show_uri": "https://api.kexp.org/v2/shows/65107/?format=api",
    "image_uri": "https://ia800207.us.archive.org/28/items/mbid-35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2/mbid-35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2-1517852873_thumb500.jpg",
    "thumbnail_uri": "https://ia600207.us.archive.org/28/items/mbid-35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2/mbid-35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2-1517852873_thumb250.jpg",
    "song": "Darkness",
    "track_id": "436b9327-d9d8-3d6f-a5cb-5f826f3cf57a",
    "recording_id": "5eb0da1b-a684-4edd-a8ad-2d126b388285",
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Message in a Box: The Complete Recordings",
    "release_id": "35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2",
    "release_group_id": "4479a656-9a69-3315-b3d2-4d0f030977a6",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1993-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}