Information about plays

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

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

{
    "id": 3555354,
    "uri": "https://api.kexp.org/v2/plays/3555354/?format=api",
    "airdate": "2025-09-20T08:57:35-07:00",
    "show": 64611,
    "show_uri": "https://api.kexp.org/v2/shows/64611/?format=api",
    "image_uri": "https://ia903207.us.archive.org/2/items/mbid-43639ab3-e49b-4603-bc32-cc25f4883320/mbid-43639ab3-e49b-4603-bc32-cc25f4883320-42534093662_thumb500.jpg",
    "thumbnail_uri": "https://dn720705.ca.archive.org/0/items/mbid-43639ab3-e49b-4603-bc32-cc25f4883320/mbid-43639ab3-e49b-4603-bc32-cc25f4883320-42534093662_thumb250.jpg",
    "song": "CODEINE",
    "track_id": "8102e271-1349-4504-a3ae-74beb8688e92",
    "recording_id": "5db41df0-a3f2-46a8-bffe-116cfca6756c",
    "artist": "Credit Electric",
    "artist_ids": [
        "3cb37d5a-d201-44f9-886c-6965623a6f33"
    ],
    "album": "SALVATION",
    "release_id": "43639ab3-e49b-4603-bc32-cc25f4883320",
    "release_group_id": "31d9fa75-6a56-4f29-aec1-b366b8bb6918",
    "labels": [
        "Credit Electric Union"
    ],
    "label_ids": [
        "1b423ac5-675b-4f5c-bccf-0962113302cc"
    ],
    "release_date": "2025-07-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}