Information about plays

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

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

{
    "id": 3587327,
    "uri": "https://api.kexp.org/v2/plays/3587327/?format=api",
    "airdate": "2025-12-05T23:00:37-08:00",
    "show": 65298,
    "show_uri": "https://api.kexp.org/v2/shows/65298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stick Talk",
    "track_id": null,
    "recording_id": "a7acd0c0-c744-49a1-ae9d-4ab53f57897f",
    "artist": "Future",
    "artist_ids": [
        "48262e82-db9f-4a92-b650-dfef979b73ec"
    ],
    "album": null,
    "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": "Stick Talk by Future still bangs heavy. Dropped as part of his smash album DS2 on July 17, 2015, this track sets the mood. Raw trap energy and that signature Future grit",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}