Information about plays

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

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

{
    "id": 3658284,
    "uri": "https://api.kexp.org/v2/plays/3658284/?format=api",
    "airdate": "2026-05-23T00:30:16-07:00",
    "show": 66788,
    "show_uri": "https://api.kexp.org/v2/shows/66788/?format=api",
    "image_uri": "https://dn710906.ca.archive.org/0/items/mbid-a450eb57-0607-458f-b2a1-6222cf1b01dd/mbid-a450eb57-0607-458f-b2a1-6222cf1b01dd-23773813991_thumb500.jpg",
    "thumbnail_uri": "https://dn710906.ca.archive.org/0/items/mbid-a450eb57-0607-458f-b2a1-6222cf1b01dd/mbid-a450eb57-0607-458f-b2a1-6222cf1b01dd-23773813991_thumb250.jpg",
    "song": "Change Your Mind",
    "track_id": "c3a924d9-1390-496a-8a5f-320a5f363630",
    "recording_id": "1ec20ade-2244-44e5-b2a3-d9b9b4aef37c",
    "artist": "Gifted Gab",
    "artist_ids": [
        "b775cccf-c07a-4b1e-92ee-ee75dfaa18e2"
    ],
    "album": "Gab the Most High",
    "release_id": "5e058744-7c1e-431c-91a7-c4e1ef59c3d8",
    "release_group_id": "d35ee8b1-58ed-4123-8e81-61591c3c66ba",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}