Information about plays

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

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

{
    "id": 3428699,
    "uri": "https://api.kexp.org/v2/plays/3428699/?format=api",
    "airdate": "2024-11-22T13:55:07-08:00",
    "show": 61916,
    "show_uri": "https://api.kexp.org/v2/shows/61916/?format=api",
    "image_uri": "https://ia801501.us.archive.org/4/items/mbid-b5bf1101-7a25-42f4-a123-60779892bd96/mbid-b5bf1101-7a25-42f4-a123-60779892bd96-33445034096_thumb500.jpg",
    "thumbnail_uri": "https://ia801501.us.archive.org/4/items/mbid-b5bf1101-7a25-42f4-a123-60779892bd96/mbid-b5bf1101-7a25-42f4-a123-60779892bd96-33445034096_thumb250.jpg",
    "song": "Cracker Island",
    "track_id": "10e32398-26c1-4f71-b068-8da829543111",
    "recording_id": "77971334-42bd-4151-8a91-7f78ee840dce",
    "artist": "Gorillaz feat. Thundercat",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596",
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "Cracker Island",
    "release_id": "b5bf1101-7a25-42f4-a123-60779892bd96",
    "release_group_id": "160bc106-a0d1-456e-b704-6f91b05dfa04",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2023-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There are visions of Thundercat in the animated video for this song: https://www.youtube.com/watch?v=S03T47hapAc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}