Information about plays

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

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

{
    "id": 3580908,
    "uri": "https://api.kexp.org/v2/plays/3580908/?format=api",
    "airdate": "2025-11-21T04:55:54-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://dn710703.ca.archive.org/0/items/mbid-5dd07a61-e446-4dc1-8788-da76d9a59c10/mbid-5dd07a61-e446-4dc1-8788-da76d9a59c10-19318175846_thumb500.jpg",
    "thumbnail_uri": "https://dn710703.ca.archive.org/0/items/mbid-5dd07a61-e446-4dc1-8788-da76d9a59c10/mbid-5dd07a61-e446-4dc1-8788-da76d9a59c10-19318175846_thumb250.jpg",
    "song": "Love Is a Battlefield",
    "track_id": "e8b6a8e1-e8e7-3abd-9cd8-e7e65209d3e3",
    "recording_id": "d676560b-2710-4cf5-af3d-040826ffb696",
    "artist": "Pat Benatar",
    "artist_ids": [
        "6bc658ea-005f-486b-8f94-33a2e40f7a72"
    ],
    "album": "Love Is a Battlefield",
    "release_id": "77e43797-acd5-4f70-986b-197c6272489e",
    "release_group_id": "907a0c11-0991-3e6f-b359-1e3c3f0af83d",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pat Benatar is at Climate Pledge Arena tonight in Seattle. With Bryan Adams!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}