Information about plays

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

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

{
    "id": 3597570,
    "uri": "https://api.kexp.org/v2/plays/3597570/?format=api",
    "airdate": "2025-12-29T10:08:32-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Make My Dreams",
    "track_id": null,
    "recording_id": "199e17e5-0491-4826-a8bf-7e60bb3b3136",
    "artist": "Daryl Hall & John Oates",
    "artist_ids": [
        "debabff3-2559-46e5-862d-ef2a906d7010"
    ],
    "album": "Definitive Collection",
    "release_id": null,
    "release_group_id": "b4ec6d4d-60c3-4e7b-96b9-1e917e95fd83",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}