Information about plays

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

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

{
    "id": 3530005,
    "uri": "https://api.kexp.org/v2/plays/3530005/?format=api",
    "airdate": "2025-07-21T18:00:47-07:00",
    "show": 64077,
    "show_uri": "https://api.kexp.org/v2/shows/64077/?format=api",
    "image_uri": "https://coverartarchive.org/release/24462c3f-ee22-423b-918c-ffed817d6ad4/1402630231-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24462c3f-ee22-423b-918c-ffed817d6ad4/1402630231-250.jpg",
    "song": "Bouge de là",
    "track_id": null,
    "recording_id": "cd039a87-d850-4ecf-9cf9-17de7b46fa83",
    "artist": "MC Solaar",
    "artist_ids": [
        "bbbd2644-b4cb-4bb5-a442-315310f68a0b"
    ],
    "album": "Bouge de là",
    "release_id": null,
    "release_group_id": "fa298ef8-0ac0-43e5-85b2-d152b19f3113",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From French rapper Claude Honoré M'Barali, better known as MC Solaar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}