Information about plays

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

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

{
    "id": 3593966,
    "uri": "https://api.kexp.org/v2/plays/3593966/?format=api",
    "airdate": "2025-12-21T09:46:33-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "https://coverartarchive.org/release/cf05b7a1-8000-41ad-85f9-df443761d2b5/18881623204-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cf05b7a1-8000-41ad-85f9-df443761d2b5/18881623204-250.jpg",
    "song": "Merry Christmas Baby",
    "track_id": null,
    "recording_id": "c6bd1ded-89bb-4675-a3a5-90f8d7d681e4",
    "artist": "The Ramsey Lewis Trio",
    "artist_ids": [
        "98789b37-4903-42b4-9f5a-2e602684bff5"
    ],
    "album": "Sound of Christmas",
    "release_id": null,
    "release_group_id": "4bca51fc-fb43-4519-8150-acc483dd8cda",
    "labels": [
        "Argo"
    ],
    "label_ids": [
        "bb9a014f-e627-47ef-97c2-81431ce26f97"
    ],
    "release_date": "1961-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Let's have another xmas video from Ramsey Lewis, “I'll Be Home for Christmas”, from 2010: https://www.youtube.com/watch?v=gv3Vn_0bDP8 ; https://www.facebook.com/RamseyLewisJazz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}