Information about plays

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

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

{
    "id": 3500246,
    "uri": "https://api.kexp.org/v2/plays/3500246/?format=api",
    "airdate": "2025-05-12T02:31:38-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "https://coverartarchive.org/release/f3d36de7-ef08-4342-ada2-02454100c5f1/11706182870-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f3d36de7-ef08-4342-ada2-02454100c5f1/11706182870-250.jpg",
    "song": "A Flower Is a Lovesome Thing",
    "track_id": null,
    "recording_id": "db27301d-f5f4-49d3-9d5f-28b1e52b91e3",
    "artist": "Duke Ellington",
    "artist_ids": [
        "3af06bc4-68ad-4cae-bb7a-7eeeb45e411f"
    ],
    "album": "Unknown Session",
    "release_id": null,
    "release_group_id": "fb9e9ff4-d496-43d4-817f-f1fa50833a71",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}