Information about plays

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

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

{
    "id": 3550246,
    "uri": "https://api.kexp.org/v2/plays/3550246/?format=api",
    "airdate": "2025-09-08T01:48:11-07:00",
    "show": 64505,
    "show_uri": "https://api.kexp.org/v2/shows/64505/?format=api",
    "image_uri": "https://coverartarchive.org/release/c4a1b794-7bb5-411a-a876-7af045cf6f22/12407949899-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c4a1b794-7bb5-411a-a876-7af045cf6f22/12407949899-250.jpg",
    "song": "Peace",
    "track_id": null,
    "recording_id": "7f4addaa-8a40-43aa-bd25-7e3c0436e01f",
    "artist": "Ornette Coleman",
    "artist_ids": [
        "169c0d1b-fcb8-4a43-9097-829aa7b39205"
    ],
    "album": "The Shape of Jazz to Come",
    "release_id": null,
    "release_group_id": "5879cfca-e1d0-3ef4-8014-3b284832ed18",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1959-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}