Information about plays

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

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

{
    "id": 3545733,
    "uri": "https://api.kexp.org/v2/plays/3545733/?format=api",
    "airdate": "2025-08-28T04:04:23-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Save the Children",
    "track_id": null,
    "recording_id": null,
    "artist": "Beverly Glenn‐Copeland",
    "artist_ids": [
        "c7e4e51b-df22-4ff3-9bb3-3a56d801e5be"
    ],
    "album": "What's Going On / Save the Children",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from the American-Canadian singer/songwriter Beverly Glenn-Copeland, a pair of covers from Marvin Gaye's album What's Going On: beverlyglenn-copeland.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}