Information about plays

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

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

{
    "id": 3564399,
    "uri": "https://api.kexp.org/v2/plays/3564399/?format=api",
    "airdate": "2025-10-13T01:19:30-07:00",
    "show": 64821,
    "show_uri": "https://api.kexp.org/v2/shows/64821/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c802568-c46b-4dda-acf0-a599b96a5a97/10912882227-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c802568-c46b-4dda-acf0-a599b96a5a97/10912882227-250.jpg",
    "song": "Black Coffee",
    "track_id": null,
    "recording_id": "31529382-25f5-4059-8e10-b59ea1447cb5",
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "The Great Ray Charles",
    "release_id": null,
    "release_group_id": "479f5586-de34-4129-a37d-abd669d9419b",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1957-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}