Information about plays

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

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

{
    "id": 3421784,
    "uri": "https://api.kexp.org/v2/plays/3421784/?format=api",
    "airdate": "2024-11-05T16:37:55-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://coverartarchive.org/release/b6c6032c-1ed2-4f98-b50d-a2e1d85be723/5357352865-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b6c6032c-1ed2-4f98-b50d-a2e1d85be723/5357352865-250.jpg",
    "song": "Crosseyed and Painless",
    "track_id": null,
    "recording_id": "1152b51b-9df7-4137-b085-74d1019c84a3",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Remain in Light",
    "release_id": null,
    "release_group_id": "f6b1b900-6108-32f0-abbd-2855af9151eb",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1980-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request!\n\nThe song title, which David Byrne came up with, never shows up in the lyric. In an interview with drummer Chris Frantz, he explained: \"Crosseyed and painless is a state that we have all been in in at least one point in our lives. I think he was probably thinking of that state of intoxication.\" https://bit.ly/3sJrBdb\n\nIn the music video, you'll catch Skeeter Rabbit from The Electric Boogaloos busting out a moonwalk: ttps://youtu.be/_Zrkf65GmwE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}