Information about plays

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

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

{
    "id": 3428366,
    "uri": "https://api.kexp.org/v2/plays/3428366/?format=api",
    "airdate": "2024-11-21T18:42:21-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "https://ia902901.us.archive.org/33/items/mbid-efbb382c-6090-4a8f-a12b-d61b34664c3f/mbid-efbb382c-6090-4a8f-a12b-d61b34664c3f-21301429606_thumb500.jpg",
    "thumbnail_uri": "https://ia802901.us.archive.org/33/items/mbid-efbb382c-6090-4a8f-a12b-d61b34664c3f/mbid-efbb382c-6090-4a8f-a12b-d61b34664c3f-21301429606_thumb250.jpg",
    "song": "Hit It and Quit it",
    "track_id": "d5957121-6906-4bf1-b13a-0ca8a648fb3f",
    "recording_id": "1df7274f-507e-4781-9ba2-1d73ef57a262",
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "Fudge Sandwich",
    "release_id": "efbb382c-6090-4a8f-a12b-d61b34664c3f",
    "release_group_id": "c779efbc-4e5d-4467-a308-25e40bef8ba1",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2018-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The classic Funkadelic tune as covered by the one and only Ty Segall! His 'Fudge Sandwich' album is filled with covers including songs from Amon Düül II, John Lennon, Sparks, War, Funkadelic, Rudimentary Peni, Grateful Dead, Spencer Davis Group, and more.\n\nhttps://ty-segall.bandcamp.com/album/fudge-sandwich\n\nTy Segall will be touring in 2025! Check out dates and venues here: \nhttps://ty-segall.com/pages/home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}