Information about plays

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

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

{
    "id": 3588333,
    "uri": "https://api.kexp.org/v2/plays/3588333/?format=api",
    "airdate": "2025-12-08T02:50:56-08:00",
    "show": 65319,
    "show_uri": "https://api.kexp.org/v2/shows/65319/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3072a2a-ceb4-4cb1-82c5-14d8cfa68c06/20473784592-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c3072a2a-ceb4-4cb1-82c5-14d8cfa68c06/20473784592-250.jpg",
    "song": "Just One of Those Things",
    "track_id": null,
    "recording_id": "76aedb99-ab03-4249-8a56-048165935b97",
    "artist": "Lee Morgan",
    "artist_ids": [
        "a1235272-3650-4ed7-9317-5a55a08701ec"
    ],
    "album": "The Cooker",
    "release_id": null,
    "release_group_id": "e4c04a85-5ac6-3764-b77d-18ddd768e0b2",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1958-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}