Information about plays

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

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

{
    "id": 3641765,
    "uri": "https://api.kexp.org/v2/plays/3641765/?format=api",
    "airdate": "2026-04-14T01:10:42-07:00",
    "show": 66448,
    "show_uri": "https://api.kexp.org/v2/shows/66448/?format=api",
    "image_uri": "https://coverartarchive.org/release/98ef54e3-d874-4f78-a938-47823cf63f13/44648959448-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98ef54e3-d874-4f78-a938-47823cf63f13/44648959448-250.jpg",
    "song": "Pack Up Ya Bags",
    "track_id": null,
    "recording_id": "c5b7bf15-938f-4c71-b0ad-66ff025a2abf",
    "artist": "KTmelodies",
    "artist_ids": [
        "86f6e91e-62c6-4ae9-9fdf-17840db70f89"
    ],
    "album": "i need everyone dancing in here",
    "release_id": null,
    "release_group_id": "2ec8ce04-0a0e-46a6-b457-9cb2e06f2c13",
    "labels": [
        "Universal"
    ],
    "label_ids": [
        "1391bdc7-a22c-48a4-a5fb-e7b8ef6ce143"
    ],
    "release_date": "2026-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=WuNLCyaaHdQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}