Information about plays

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

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

{
    "id": 3626621,
    "uri": "https://api.kexp.org/v2/plays/3626621/?format=api",
    "airdate": "2026-03-08T01:56:05-08:00",
    "show": 66123,
    "show_uri": "https://api.kexp.org/v2/shows/66123/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4e16b1e-1165-4821-8cd5-78693b143ba9/8224086358-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e4e16b1e-1165-4821-8cd5-78693b143ba9/8224086358-250.jpg",
    "song": "Princess of the Night",
    "track_id": null,
    "recording_id": "e2191048-2ff5-4baf-b440-2e6b9f22b99d",
    "artist": "Saxon",
    "artist_ids": [
        "bbd80354-597e-4d53-94e4-92b3a7cb8f2c"
    ],
    "album": "Denim and Leather",
    "release_id": null,
    "release_group_id": "f1bee401-be11-372a-b67d-f10280257970",
    "labels": [
        "Carrère"
    ],
    "label_ids": [
        "35f9d4b3-5a4f-496c-a2e0-4801058fe891"
    ],
    "release_date": "1981-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Saxon will be touring Europe this summer.\n\nhttps://www.saxon747.com/\nhttps://www.facebook.com/SaxonOfficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}