Information about plays

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

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

{
    "id": 3572941,
    "uri": "https://api.kexp.org/v2/plays/3572941/?format=api",
    "airdate": "2025-11-02T04:12:28-08:00",
    "show": 65001,
    "show_uri": "https://api.kexp.org/v2/shows/65001/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-07066b10-cd86-4e6c-9a74-0499cfc1201e/mbid-07066b10-cd86-4e6c-9a74-0499cfc1201e-32833320043_thumb500.jpg",
    "thumbnail_uri": "https://ia601508.us.archive.org/31/items/mbid-07066b10-cd86-4e6c-9a74-0499cfc1201e/mbid-07066b10-cd86-4e6c-9a74-0499cfc1201e-32833320043_thumb250.jpg",
    "song": "Holy",
    "track_id": "4aac73cc-df22-3fd4-a825-19268a36b005",
    "recording_id": "00711dcb-10a5-4343-bb4b-fb23955166f1",
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "Pedestrian Verse",
    "release_id": "07066b10-cd86-4e6c-9a74-0499cfc1201e",
    "release_group_id": "67336e1f-fdfc-47d2-9375-a0969fde8dfa",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2013-02-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}