Information about plays

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

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

{
    "id": 3422145,
    "uri": "https://api.kexp.org/v2/plays/3422145/?format=api",
    "airdate": "2024-11-06T16:03:09-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "https://coverartarchive.org/release/a06860af-26c1-4b00-9dea-d8b58546fe4c/27578409454-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a06860af-26c1-4b00-9dea-d8b58546fe4c/27578409454-250.jpg",
    "song": "Narcissus Is Back",
    "track_id": null,
    "recording_id": "ee9b1338-0873-474c-8449-83c988c61354",
    "artist": "Christine and the Queens",
    "artist_ids": [
        "9c90ffbf-b137-4dee-bfcc-b8010787840d"
    ],
    "album": "Chaleur Humaine",
    "release_id": null,
    "release_group_id": "c6589de6-a3bc-490e-b28d-cdd2499203e0",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2014-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to Drive Time with Evie Stokes! \n\nHere's what Letissier had to say about the track: \"It's an old, very old story, that comes from greek mythology : Narcissus walks by the water, falls in love with his own reflection, and finally drowns.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}