Information about plays

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

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

{
    "id": 3557723,
    "uri": "https://api.kexp.org/v2/plays/3557723/?format=api",
    "airdate": "2025-09-25T22:09:54-07:00",
    "show": 64661,
    "show_uri": "https://api.kexp.org/v2/shows/64661/?format=api",
    "image_uri": "https://coverartarchive.org/release/68777b55-023c-4f62-a459-5c368b31bd67/29630396734-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/68777b55-023c-4f62-a459-5c368b31bd67/29630396734-250.jpg",
    "song": "Where There Is Love",
    "track_id": null,
    "recording_id": "2c7e4f4a-f8fc-4477-9d47-69216d47ef6d",
    "artist": "Patrice Rushen",
    "artist_ids": [
        "a247b1b8-8f47-4568-9a89-fa16b4a2b77f"
    ],
    "album": "Remind Me (The Classic Elektra Recordings 1978-1984)",
    "release_id": null,
    "release_group_id": "d8cc0c3f-11a5-4c9d-9d5a-c5d1d11b48fc",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}