Information about plays

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

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

{
    "id": 3564406,
    "uri": "https://api.kexp.org/v2/plays/3564406/?format=api",
    "airdate": "2025-10-13T01:48:40-07:00",
    "show": 64821,
    "show_uri": "https://api.kexp.org/v2/shows/64821/?format=api",
    "image_uri": "https://coverartarchive.org/release/68d5e166-7713-41bd-bdae-3e550146be88/1703225247-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/68d5e166-7713-41bd-bdae-3e550146be88/1703225247-250.jpg",
    "song": "Mogie",
    "track_id": null,
    "recording_id": "db72874b-9d0d-44df-a6f3-92b6a7171f7c",
    "artist": "Lee Morgan",
    "artist_ids": [
        "a1235272-3650-4ed7-9317-5a55a08701ec"
    ],
    "album": "Here's Lee Morgan",
    "release_id": null,
    "release_group_id": "d4069182-9b62-3d80-9216-50ee7312ac75",
    "labels": [
        "Vee-Jay Records"
    ],
    "label_ids": [
        "b66836a9-4b29-4f25-951e-56e005ff227f"
    ],
    "release_date": "1960-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lee Morgan Session on Vee- Jay records recorded when Lee was 21 years old featuring Art Blakey on Drums, Wynton Kelly on Piano, Cliff Jordan on Tenor and Paul Chambers on Bass",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}