Information about plays

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

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

{
    "id": 3561090,
    "uri": "https://api.kexp.org/v2/plays/3561090/?format=api",
    "airdate": "2025-10-04T03:04:28-07:00",
    "show": 64738,
    "show_uri": "https://api.kexp.org/v2/shows/64738/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-889c1b07-9abf-4da6-af4e-e414f1baac28/mbid-889c1b07-9abf-4da6-af4e-e414f1baac28-42862110838_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-889c1b07-9abf-4da6-af4e-e414f1baac28/mbid-889c1b07-9abf-4da6-af4e-e414f1baac28-42862110838_thumb250.jpg",
    "song": "Choke Points",
    "track_id": "66cfcde9-4496-4a70-a914-f38dd5c7b4c2",
    "recording_id": "b686ba27-877d-422c-8f16-0690a0618e7f",
    "artist": "Pain Magazine",
    "artist_ids": [
        "de433c93-be8f-43c3-973a-73dbacd18442"
    ],
    "album": "Violent God",
    "release_id": "889c1b07-9abf-4da6-af4e-e414f1baac28",
    "release_group_id": "3cf5dbea-fa25-439b-bfd8-9d81a164a32f",
    "labels": [
        "Humus Records"
    ],
    "label_ids": [
        "b1699f9c-0553-4cf6-9e88-0b345b2458c1"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}