Information about plays

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

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

{
    "id": 3593330,
    "uri": "https://api.kexp.org/v2/plays/3593330/?format=api",
    "airdate": "2025-12-20T03:19:05-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "https://coverartarchive.org/release/1bcc63a5-809a-435f-9aab-8d36a60be5a8/4983705686-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1bcc63a5-809a-435f-9aab-8d36a60be5a8/4983705686-250.jpg",
    "song": "Tell Me Something Good",
    "track_id": null,
    "recording_id": "5f0c1b90-207c-479b-b7df-22b68d3540f9",
    "artist": "Ronnie Laws",
    "artist_ids": [
        "e26aa662-2255-4435-8332-85097f8aba0b"
    ],
    "album": "Pressure Sensitive",
    "release_id": null,
    "release_group_id": "7735aa26-4183-32a2-8a65-51f24d183b98",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}