Information about plays

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

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

{
    "id": 3571654,
    "uri": "https://api.kexp.org/v2/plays/3571654/?format=api",
    "airdate": "2025-10-30T03:06:38-07:00",
    "show": 64970,
    "show_uri": "https://api.kexp.org/v2/shows/64970/?format=api",
    "image_uri": "https://coverartarchive.org/release/c359191a-6493-43c0-ac27-31ed3c56daac/23267518970-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c359191a-6493-43c0-ac27-31ed3c56daac/23267518970-250.jpg",
    "song": "Everlasting Bass",
    "track_id": null,
    "recording_id": "48b15eea-fbe3-4b98-ac49-5eac3bfc9dad",
    "artist": "Rodney O & Joe Cooley",
    "artist_ids": [
        "2ba29f11-6321-451f-934d-3f63b3930ce3"
    ],
    "album": "Me and Joe",
    "release_id": null,
    "release_group_id": "0150c717-0436-36ed-a529-4072261016e9",
    "labels": [
        "Egyptian Empire Records"
    ],
    "label_ids": [
        "1fc12f61-99f8-462e-979d-987cb31d20bf"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Fernando on Queen Anne!\n\nSampled By Metro Boomin in his song with Future and Kendrick \"Like That\" \n\nIn 2015, Rolling Stone named this soing as one of the 20 greatest West Coast Rap Songs released prior to N.W.A's 1988 album Straight Outta Compton.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}