Information about plays

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

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

{
    "id": 3641190,
    "uri": "https://api.kexp.org/v2/plays/3641190/?format=api",
    "airdate": "2026-04-12T12:58:17-07:00",
    "show": 66434,
    "show_uri": "https://api.kexp.org/v2/shows/66434/?format=api",
    "image_uri": "https://coverartarchive.org/release/b50073d9-72e2-492e-b533-df1780704d94/41168785051-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b50073d9-72e2-492e-b533-df1780704d94/41168785051-250.jpg",
    "song": "A Deusa dos Orixás",
    "track_id": null,
    "recording_id": "ba9f5aeb-b019-4d4b-9ecf-63a8d3597add",
    "artist": "Clara Nunes",
    "artist_ids": [
        "1fe4421e-850f-46e2-a8be-b760c57cb9c7"
    ],
    "album": "Brazil Classics 2: O Samba",
    "release_id": null,
    "release_group_id": "40eef3a4-05c0-3aea-94f9-3eb05f3a9f0a",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1989-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}