Information about plays

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

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

{
    "id": 3543371,
    "uri": "https://api.kexp.org/v2/plays/3543371/?format=api",
    "airdate": "2025-08-22T17:04:35-07:00",
    "show": 64357,
    "show_uri": "https://api.kexp.org/v2/shows/64357/?format=api",
    "image_uri": "https://ia804509.us.archive.org/18/items/mbid-49ec647b-6ec0-42ad-8ebb-15e1360718c5/mbid-49ec647b-6ec0-42ad-8ebb-15e1360718c5-19048782623_thumb500.jpg",
    "thumbnail_uri": "https://ia904509.us.archive.org/18/items/mbid-49ec647b-6ec0-42ad-8ebb-15e1360718c5/mbid-49ec647b-6ec0-42ad-8ebb-15e1360718c5-19048782623_thumb250.jpg",
    "song": "I Can’t Explain",
    "track_id": "7d7bd869-1f82-3d55-aafd-0fb6f361d06d",
    "recording_id": "f7b8fdcf-d049-4b8f-aede-14e233950df2",
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "The Ultimate Collection",
    "release_id": "49ec647b-6ec0-42ad-8ebb-15e1360718c5",
    "release_group_id": "2dd77597-2fc8-3965-bef0-e4bf5500012d",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track marked their debut single under the band's iconic name. Written by Pete Townsend and released in January 1965.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}