Information about plays

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

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

{
    "id": 3422114,
    "uri": "https://api.kexp.org/v2/plays/3422114/?format=api",
    "airdate": "2024-11-06T13:53:18-08:00",
    "show": 61780,
    "show_uri": "https://api.kexp.org/v2/shows/61780/?format=api",
    "image_uri": "https://ia801900.us.archive.org/11/items/mbid-fdf1667e-edcc-3d69-8491-ccd17c618427/mbid-fdf1667e-edcc-3d69-8491-ccd17c618427-26264794755_thumb500.jpg",
    "thumbnail_uri": "https://ia801900.us.archive.org/11/items/mbid-fdf1667e-edcc-3d69-8491-ccd17c618427/mbid-fdf1667e-edcc-3d69-8491-ccd17c618427-26264794755_thumb250.jpg",
    "song": "It's Not the End of the World?",
    "track_id": "8c4da8b3-96df-3886-ba01-c140d77fbf06",
    "recording_id": "6523fb4e-ec5c-43bc-8128-e27106b38a1d",
    "artist": "Super Furry Animals",
    "artist_ids": [
        "c5f5dc27-3059-49c0-ae45-5009a01bb9ec"
    ],
    "album": "Rings Around the World",
    "release_id": "fdf1667e-edcc-3d69-8491-ccd17c618427",
    "release_group_id": "53463422-40a6-36d1-a637-43c1f233bbcf",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2002-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Cardiff, Wales, in 1993, Super Furry Animals were comprised of Gruff Rhys (lead vocals, guitar), Huw \"Bunf\" Bunford (guitar, vocals), Guto Pryce (bass), Cian Ciárán (keyboards, electronics), and Dafydd Ieuan (drums).\nFollow this link to know more about this Welsh band, known for both whimsy and left-wing activism: https://www.allmusic.com/artist/super-furry-animals-mn0000043548#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}