Information about plays

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

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

{
    "id": 3557726,
    "uri": "https://api.kexp.org/v2/plays/3557726/?format=api",
    "airdate": "2025-09-25T22:20:05-07:00",
    "show": 64661,
    "show_uri": "https://api.kexp.org/v2/shows/64661/?format=api",
    "image_uri": "https://coverartarchive.org/release/f731b448-8aad-481a-aa9c-031061ad21ac/34148903286-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f731b448-8aad-481a-aa9c-031061ad21ac/34148903286-250.jpg",
    "song": "Get on the Good Foot",
    "track_id": null,
    "recording_id": "b2efe056-22ec-4360-b661-d9b21d8118b9",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Seventh Wonder",
    "release_id": null,
    "release_group_id": "df430e6b-9100-37c7-98a8-dacaa90e110c",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}