Information about plays

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

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

{
    "id": 3592636,
    "uri": "https://api.kexp.org/v2/plays/3592636/?format=api",
    "airdate": "2025-12-18T09:40:23-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fools Gold 4.15",
    "track_id": "f1d1d9d2-35a6-32d6-914e-516c43de4921",
    "recording_id": "61809b8a-3eb2-4d72-bc56-84ec2cb0f304",
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "What the World Is Waiting For / Fools Gold 9.53",
    "release_id": "7263807a-62ca-44c6-af3a-3805689ccc53",
    "release_group_id": "df6f4439-fcc4-3e40-9849-5e83dc5a660c",
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "1989-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., bassist Gary \"Mani\" Mounfield, who died at the age of 63 on November 20.\n\nPlaying on both of the band's albums, Mounfield was in the Stone Roses until they disbanded in 1996, later joining Primal Scream after Stone Roses disbanded. He claimed that Primal Scream were one of three other bands that he would be willing to join; the Jesus and Mary Chain and Oasis being the others.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}