Information about plays

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

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

{
    "id": 3644684,
    "uri": "https://api.kexp.org/v2/plays/3644684/?format=api",
    "airdate": "2026-04-20T22:35:21-07:00",
    "show": 66509,
    "show_uri": "https://api.kexp.org/v2/shows/66509/?format=api",
    "image_uri": "https://coverartarchive.org/release/7625bb7d-43fd-4f05-a71c-c5c9942ece5a/40848546726-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7625bb7d-43fd-4f05-a71c-c5c9942ece5a/40848546726-250.jpg",
    "song": "You Know (Andy Lyden Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "John Martyn",
    "artist_ids": [
        "e821a756-487f-4931-a02f-27cf11cec7bf"
    ],
    "album": "Sapphire",
    "release_id": null,
    "release_group_id": "1e494750-8776-331f-a5ab-6154774c0b17",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1984-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "IYKYK",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}