Information about plays

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

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

{
    "id": 3586886,
    "uri": "https://api.kexp.org/v2/plays/3586886/?format=api",
    "airdate": "2025-12-04T22:22:39-08:00",
    "show": 65290,
    "show_uri": "https://api.kexp.org/v2/shows/65290/?format=api",
    "image_uri": "https://coverartarchive.org/release/d2be0354-d677-40a5-895c-01185762395e/14549110336-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d2be0354-d677-40a5-895c-01185762395e/14549110336-250.jpg",
    "song": "Gonna Make Time",
    "track_id": null,
    "recording_id": "08877e8f-b2bb-4ebb-b67a-c9b2402aca4d",
    "artist": "The Frightnrs",
    "artist_ids": [
        "b9ab1016-6ccb-4d46-b576-4502fc791f1d"
    ],
    "album": "Nothing More to Say",
    "release_id": null,
    "release_group_id": "b3e33161-856d-4373-9197-2e8805476cf1",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2016-09-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}