Information about plays

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

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

{
    "id": 3574484,
    "uri": "https://api.kexp.org/v2/plays/3574484/?format=api",
    "airdate": "2025-11-05T23:01:36-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-fe5d107a-be6e-466d-8d29-72f79ee42734/mbid-fe5d107a-be6e-466d-8d29-72f79ee42734-11959642682_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-fe5d107a-be6e-466d-8d29-72f79ee42734/mbid-fe5d107a-be6e-466d-8d29-72f79ee42734-11959642682_thumb250.jpg",
    "song": "Barracuda",
    "track_id": "27503da2-51cd-374d-bc2d-c1b2bd971bbc",
    "recording_id": "ae377fcb-129b-4d85-8cf8-3d1005652b5c",
    "artist": "Rasputina",
    "artist_ids": [
        "2ee6f445-005e-40dd-8bb8-474849216a38"
    ],
    "album": "A Radical Recital",
    "release_id": "fe5d107a-be6e-466d-8d29-72f79ee42734",
    "release_group_id": "2c800834-5c65-3801-8dd6-eec3f4abc794",
    "labels": [
        "Filthy Bonnet Recording Co."
    ],
    "label_ids": [
        "d2aa0bba-a04b-43cb-87ba-1531cd24eed4"
    ],
    "release_date": "2005-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}