Information about plays

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

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

{
    "id": 3550512,
    "uri": "https://api.kexp.org/v2/plays/3550512/?format=api",
    "airdate": "2025-09-08T16:25:24-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "https://coverartarchive.org/release/7ac02e18-decf-4003-8b79-c035ae1a8fb8/19544207848-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7ac02e18-decf-4003-8b79-c035ae1a8fb8/19544207848-250.jpg",
    "song": "My Queen Is Angela Davis",
    "track_id": null,
    "recording_id": "aa4f773f-6586-4642-bfcd-2e8d3d12b86a",
    "artist": "Sons of Kemet",
    "artist_ids": [
        "fee950a2-e68c-4e76-b1ae-ff6efdf68b11"
    ],
    "album": "Your Queen Is a Reptile",
    "release_id": null,
    "release_group_id": "d5f67e27-8871-4219-8c6a-2e2884c450a8",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2018-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sons of Kemet were a British jazz band formed by Shabaka Hutchings, Oren Marshall, Seb Rochford, and Tom Skinner.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}