Information about plays

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

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

{
    "id": 3589724,
    "uri": "https://api.kexp.org/v2/plays/3589724/?format=api",
    "airdate": "2025-12-11T10:45:00-08:00",
    "show": 65347,
    "show_uri": "https://api.kexp.org/v2/shows/65347/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Catching Bodies",
    "track_id": null,
    "recording_id": null,
    "artist": "Sekou",
    "artist_ids": [
        "d2b5e992-9672-45a8-9d01-97f3b1afb053"
    ],
    "album": "Catching Bodies",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen to Sekou's Mixtape 'IN A WORLD WE DON’T BELONG – PART 1': https://sekou.lnk.to/IAWWDB\n\nCheck out the music video here - https://www.youtube.com/watch?v=1nHZvk7CaE0\n\nhttps://www.instagram.com/sekou/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}