Information about plays

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

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

{
    "id": 3544378,
    "uri": "https://api.kexp.org/v2/plays/3544378/?format=api",
    "airdate": "2025-08-24T20:22:23-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9ed7e5c-c480-4544-9826-22226c24d660/29862989414-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9ed7e5c-c480-4544-9826-22226c24d660/29862989414-250.jpg",
    "song": "Disco Africa",
    "track_id": null,
    "recording_id": "80aeb05f-6e88-4749-be32-1dfaed482f1e",
    "artist": "Ogyatanaa Show Band",
    "artist_ids": [
        "84ce60fe-e864-488b-a1ff-0935305a693e"
    ],
    "album": "Africa 100: The Indestructible Beat",
    "release_id": null,
    "release_group_id": "e3a713ef-ab42-31d5-a9e0-bb223e18ada9",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arranged by Kwadwo Donkoh and Tawiah Randy, \"Disco Africa\" by Ogyatanaa Show Band was originally recorded in Ghana and released in 1976.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}