Information about plays

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

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

{
    "id": 3624236,
    "uri": "https://api.kexp.org/v2/plays/3624236/?format=api",
    "airdate": "2026-03-02T02:29:39-08:00",
    "show": 66068,
    "show_uri": "https://api.kexp.org/v2/shows/66068/?format=api",
    "image_uri": "https://coverartarchive.org/release/36ed9d78-6443-3c97-b266-a851c8eb7b07/1494235295-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36ed9d78-6443-3c97-b266-a851c8eb7b07/1494235295-250.jpg",
    "song": "Tempo De Waltz",
    "track_id": null,
    "recording_id": "792d5b9b-1c05-48c9-bdad-9530732ad0c9",
    "artist": "Lee Morgan",
    "artist_ids": [
        "a1235272-3650-4ed7-9317-5a55a08701ec"
    ],
    "album": "City Lights",
    "release_id": null,
    "release_group_id": "46f9d45a-8699-3239-bb9a-9d6055f26466",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1957-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}