Information about plays

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

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

{
    "id": 3564440,
    "uri": "https://api.kexp.org/v2/plays/3564440/?format=api",
    "airdate": "2025-10-13T04:43:20-07:00",
    "show": 64822,
    "show_uri": "https://api.kexp.org/v2/shows/64822/?format=api",
    "image_uri": "https://coverartarchive.org/release/10dcb762-01f7-4331-9cb4-9e4826ad0ae9/19996626741-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10dcb762-01f7-4331-9cb4-9e4826ad0ae9/19996626741-250.jpg",
    "song": "Love Song #3",
    "track_id": null,
    "recording_id": "5c58ee58-c55d-460a-9ecc-79f069ce0135",
    "artist": "Meshell Ndegeocello",
    "artist_ids": [
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "Comfort Woman",
    "release_id": null,
    "release_group_id": "7e9eee9b-b63d-3a89-8a8e-eac6dc89edde",
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "2003-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}