Information about plays

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

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

{
    "id": 3559979,
    "uri": "https://api.kexp.org/v2/plays/3559979/?format=api",
    "airdate": "2025-10-01T07:46:53-07:00",
    "show": 64716,
    "show_uri": "https://api.kexp.org/v2/shows/64716/?format=api",
    "image_uri": "https://dn721505.ca.archive.org/0/items/mbid-f419f03c-829b-4efe-9197-f9ec3ad55709/mbid-f419f03c-829b-4efe-9197-f9ec3ad55709-43120161930_thumb500.jpg",
    "thumbnail_uri": "https://dn721505.ca.archive.org/0/items/mbid-f419f03c-829b-4efe-9197-f9ec3ad55709/mbid-f419f03c-829b-4efe-9197-f9ec3ad55709-43120161930_thumb250.jpg",
    "song": "Everything Is Coming up Roses",
    "track_id": "861e775e-e996-429d-a21b-ee3bc70966f3",
    "recording_id": "1e036149-b522-44db-810e-5506c02fab90",
    "artist": "World News",
    "artist_ids": [
        "49211211-44e2-41e2-8ea2-2dd3a5fd0a3c"
    ],
    "album": "Everything Is Coming up Roses",
    "release_id": "f419f03c-829b-4efe-9197-f9ec3ad55709",
    "release_group_id": "febee9f5-ef30-4ad6-8d43-8467d3bcc471",
    "labels": [
        "Pie & Mash"
    ],
    "label_ids": [
        "78291b3b-22dd-41ea-b3fe-a6424760146f"
    ],
    "release_date": "2025-09-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Turns out, we're not the only ones who like this song. :)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}