Information about plays

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

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

{
    "id": 3579631,
    "uri": "https://api.kexp.org/v2/plays/3579631/?format=api",
    "airdate": "2025-11-18T02:01:22-08:00",
    "show": 65142,
    "show_uri": "https://api.kexp.org/v2/shows/65142/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "RIP Tracy (instrumental)",
    "track_id": null,
    "recording_id": "48476e43-071e-4d39-97e4-a51a13579548",
    "artist": "The Alchemist",
    "artist_ids": [
        "03f3deb7-0419-4bf9-a1e7-511946385717"
    ],
    "album": "Flying High",
    "release_id": null,
    "release_group_id": "ab75bd4c-c75f-4ee1-aea8-e848f85bc656",
    "labels": [
        "ALC Records"
    ],
    "label_ids": [
        "d3c4c4f1-19fd-4c47-b810-50d9f44f0876"
    ],
    "release_date": "2023-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}