Information about plays

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

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

{
    "id": 3632950,
    "uri": "https://api.kexp.org/v2/plays/3632950/?format=api",
    "airdate": "2026-03-24T02:32:13-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb/14763601258-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb/14763601258-250.jpg",
    "song": "Don’t Touch My Hair",
    "track_id": null,
    "recording_id": "381b87e2-e3d5-4996-9c85-e494a82f9dd0",
    "artist": "Solange feat. Sampha",
    "artist_ids": [
        "410e7fd3-b865-4fa0-bb18-1b7fd53382ca",
        "130c2184-14f2-4180-a216-04b5a333be57"
    ],
    "album": "A Seat at the Table",
    "release_id": null,
    "release_group_id": "331a7ba1-fae2-4881-b434-554f46c13746",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Sampha",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}