Information about plays

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

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

{
    "id": 3605346,
    "uri": "https://api.kexp.org/v2/plays/3605346/?format=api",
    "airdate": "2026-01-17T04:12:16-08:00",
    "show": 65671,
    "show_uri": "https://api.kexp.org/v2/shows/65671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Gold Teeth",
    "track_id": "24d9cb23-32a6-43a4-b154-06c187f8be20",
    "recording_id": "8ed9633d-5106-4665-801b-4dc0f76a40af",
    "artist": "Danger Mouse & Black Thought",
    "artist_ids": [
        "5f39d33c-a167-4a63-9c44-71d27618b712",
        "4b356f05-bcc2-4544-925b-fd9a1bf708be"
    ],
    "album": "Cheat Codes",
    "release_id": "0449086e-94a7-4b53-857a-7f75f503ce52",
    "release_group_id": "3d4b56c0-0abf-4bea-a12e-99def53e306f",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "82ef9b02-7b42-49fe-a6bc-0d8ba816d72f"
    ],
    "release_date": "2022-08-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}