Information about plays

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

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

{
    "id": 3612208,
    "uri": "https://api.kexp.org/v2/plays/3612208/?format=api",
    "airdate": "2026-02-02T08:41:53-08:00",
    "show": 65821,
    "show_uri": "https://api.kexp.org/v2/shows/65821/?format=api",
    "image_uri": "https://coverartarchive.org/release/89c8aab3-f29b-4f96-be81-d333407118b3/4451185999-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/89c8aab3-f29b-4f96-be81-d333407118b3/4451185999-250.jpg",
    "song": "Take Me to the River",
    "track_id": null,
    "recording_id": "face9868-34c3-4bc0-ae3a-29cae57ec17f",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Explores Your Mind",
    "release_id": null,
    "release_group_id": "ce3619a4-18a9-3dea-bc34-2e4cb9c8151d",
    "labels": [],
    "label_ids": [],
    "release_date": "1974-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The classic Al Green jam, later covered by Talking Heads, Foghat, and more!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}