Information about plays

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

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

{
    "id": 3574572,
    "uri": "https://api.kexp.org/v2/plays/3574572/?format=api",
    "airdate": "2025-11-06T03:46:19-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Allah Wakbarr",
    "track_id": null,
    "recording_id": "8e320466-88c7-459c-9784-4a1cd04fc3cf",
    "artist": "Ofo & The Black Company",
    "artist_ids": [
        "4dd9eea2-814a-4c2c-b248-b0e8a9ff7a84"
    ],
    "album": "Allah Wakbarr / Beautiful Daddy",
    "release_id": null,
    "release_group_id": "fcff4f36-190b-42da-8f55-733fb1192fd6",
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1972-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut single from this group out of Lagos, Nigeria was released in 1972.\nhttps://luakabop.bandcamp.com/album/world-psychedelic-classics-vol-3-love-s-a-real-thing-the-funky-fuzzy-sounds-of-west-africa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}