Information about plays

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

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

{
    "id": 3605248,
    "uri": "https://api.kexp.org/v2/plays/3605248/?format=api",
    "airdate": "2026-01-16T22:08:18-08:00",
    "show": 65669,
    "show_uri": "https://api.kexp.org/v2/shows/65669/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jus' Know",
    "track_id": null,
    "recording_id": "827805d2-efc3-43e2-83a5-95ab5743c0a6",
    "artist": "BlackMayo",
    "artist_ids": [
        "61b9cee2-c315-4b48-b6d7-e77fa58f5a9b"
    ],
    "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": "BlackMayo coming with that raw, unfiltered energy! He has been building serious buzz with his unique sound and unapologetic approach to the game. Sometimes the illest music comes from artists staying independent and doing it their way!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}