Information about plays

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

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

{
    "id": 3646278,
    "uri": "https://api.kexp.org/v2/plays/3646278/?format=api",
    "airdate": "2026-04-24T20:58:25-07:00",
    "show": 66541,
    "show_uri": "https://api.kexp.org/v2/shows/66541/?format=api",
    "image_uri": "https://coverartarchive.org/release/872ad93e-f05b-4939-881d-773891b4a1a0/40983747653-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/872ad93e-f05b-4939-881d-773891b4a1a0/40983747653-250.jpg",
    "song": "Gyae Su",
    "track_id": null,
    "recording_id": "190a38e7-f5de-414a-ba04-13682f1515a0",
    "artist": "Pat Thomas",
    "artist_ids": [
        "6dd5fc2d-980f-4f5c-8988-e3f83b1a5f27"
    ],
    "album": "Mo Mma Menye",
    "release_id": null,
    "release_group_id": "3bbdbe48-e6e7-4489-bb5c-2fbdfe5b7195",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pat Thomas is a Ghanaian vocalist and songwriter. He is widely known for his work in highlife bands of Ebo Taylor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}