Information about plays

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

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

{
    "id": 3614637,
    "uri": "https://api.kexp.org/v2/plays/3614637/?format=api",
    "airdate": "2026-02-07T23:01:33-08:00",
    "show": 65874,
    "show_uri": "https://api.kexp.org/v2/shows/65874/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Too Cool",
    "track_id": "e374f1be-e772-428c-89ae-b5643f9e3881",
    "recording_id": "0228abf1-f748-4b76-93c5-40aa12558481",
    "artist": "Strong Killings",
    "artist_ids": [
        "5473c2c7-bae2-4688-a438-e81ded019686"
    ],
    "album": "Strong Killings",
    "release_id": "82ea4c80-5bd7-4270-9cc0-d12b85f1c752",
    "release_group_id": "704dd9c8-3775-4d5a-9448-cd8788dd32d9",
    "labels": [
        "Don't Stop Believin' Records"
    ],
    "label_ids": [
        "029c8691-98a3-46cd-9a5d-e40cb937a5ff"
    ],
    "release_date": "2011-07-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Sole release from this short lived Seattle project\n\nhttps://www.facebook.com/strongkillings/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}