Information about plays

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

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

{
    "id": 3544840,
    "uri": "https://api.kexp.org/v2/plays/3544840/?format=api",
    "airdate": "2025-08-26T00:28:40-07:00",
    "show": 64389,
    "show_uri": "https://api.kexp.org/v2/shows/64389/?format=api",
    "image_uri": "https://coverartarchive.org/release/7606de2e-a51f-4cc3-bd3c-1b475b4e1b16/27066375782-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7606de2e-a51f-4cc3-bd3c-1b475b4e1b16/27066375782-250.jpg",
    "song": "She's the One",
    "track_id": null,
    "recording_id": null,
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Born to Run",
    "release_id": null,
    "release_group_id": "39b22944-7503-3937-8bba-09b17281cc6a",
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1975-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}