Information about plays

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

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

{
    "id": 3520297,
    "uri": "https://api.kexp.org/v2/plays/3520297/?format=api",
    "airdate": "2025-06-29T06:42:03-07:00",
    "show": 63868,
    "show_uri": "https://api.kexp.org/v2/shows/63868/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mean Solar Time (reflected)",
    "track_id": null,
    "recording_id": null,
    "artist": "Jeremiah Chiu & Marta Sofia Honer",
    "artist_ids": [],
    "album": "Different Rooms",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "International Anthem"
    ],
    "label_ids": [
        "4803f005-b722-4ca3-a97e-9092e5523975"
    ],
    "release_date": "2025-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track to the second collaborative album between Jeremiah Chiu & Marta Sofia Honer ~ https://intlanthem.bandcamp.com/album/different-rooms",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}