Information about plays

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

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

{
    "id": 3519812,
    "uri": "https://api.kexp.org/v2/plays/3519812/?format=api",
    "airdate": "2025-06-28T05:24:38-07:00",
    "show": 63856,
    "show_uri": "https://api.kexp.org/v2/shows/63856/?format=api",
    "image_uri": "https://coverartarchive.org/release/73e69e65-58a6-4d06-9f59-667dbacec224/29799012175-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/73e69e65-58a6-4d06-9f59-667dbacec224/29799012175-250.jpg",
    "song": "We Are the Sun",
    "track_id": null,
    "recording_id": "094dfdc6-4d91-4a9e-94f0-529bfed00309",
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "We Are the Sun",
    "release_id": null,
    "release_group_id": "e9c7d37e-1977-4310-be68-b33b707c0e54",
    "labels": [
        "Forever Living Originals"
    ],
    "label_ids": [
        "81e61c90-28f2-4dcb-b656-cac924dfa331"
    ],
    "release_date": "2019-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Sun is the quintessential giver of life, a constant, a radiant force of optimism. ephemeral in its rising, eternal in its presence.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}