Information about plays

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

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

{
    "id": 3623028,
    "uri": "https://api.kexp.org/v2/plays/3623028/?format=api",
    "airdate": "2026-02-27T14:38:03-08:00",
    "show": 66044,
    "show_uri": "https://api.kexp.org/v2/shows/66044/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feelin’ Myself",
    "track_id": null,
    "recording_id": "d58fe802-0e5f-4ace-88e3-66f08750f8aa",
    "artist": "Mac Dre",
    "artist_ids": [
        "4efc4d86-18b5-4b6f-9380-6b8910482d37"
    ],
    "album": "Ronald Dregan for President 2004: Dreganomics",
    "release_id": null,
    "release_group_id": "adb6a688-2017-3744-bde6-017c49129f11",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Robert!\n\nAndre Louis Hicks, aka Mac Dre, was an American rapper, hip hop pioneer, and record producer based in Vallejo, California. He was instrumental in the emergence of hyphy, a cultural movement in the Bay Area hip hop scene that emerged in the early 2000s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}