Information about plays

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

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

{
    "id": 3438191,
    "uri": "https://api.kexp.org/v2/plays/3438191/?format=api",
    "airdate": "2024-12-14T22:56:23-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "https://coverartarchive.org/release/e21e8b8c-592f-489c-bcd6-1f62999a5874/26897255420-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e21e8b8c-592f-489c-bcd6-1f62999a5874/26897255420-250.jpg",
    "song": "Dead Loss Angeles",
    "track_id": null,
    "recording_id": "b10f5347-c25b-4402-9bbe-2e9226442874",
    "artist": "The Stranglers",
    "artist_ids": [
        "a96d82a0-cdca-40bf-b4c8-3d7ec178d85b"
    ],
    "album": "The Raven",
    "release_id": null,
    "release_group_id": "958dc164-a8b8-3392-8370-cf37dc1ea98b",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1979-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "To commemorate The Stranglers 50th anniversary, the band have teamed up with The British Music Industry Awards to offer a limited opportunity to buy this strictly official, personalized double gold disc presentation. Each plaque, which features the band’s signatures, will be personalized and made out to you the fans to help celebrate the milestone.\n\nhttps://thestranglers.co.uk/fifty-years-in-black-personalised-gold-presentation-double-disc-order-now/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}