Information about plays

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

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

{
    "id": 3580763,
    "uri": "https://api.kexp.org/v2/plays/3580763/?format=api",
    "airdate": "2025-11-20T20:20:06-08:00",
    "show": 65164,
    "show_uri": "https://api.kexp.org/v2/shows/65164/?format=api",
    "image_uri": "https://coverartarchive.org/release/eacd60dc-9043-4691-a7ab-d14d07f3f76b/26084775357-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eacd60dc-9043-4691-a7ab-d14d07f3f76b/26084775357-250.jpg",
    "song": "SISTER MARIAN",
    "track_id": null,
    "recording_id": "1309435c-64cd-4aba-ae08-5f3651d81bcc",
    "artist": "THE SQUARE",
    "artist_ids": [
        "0480ca1e-6fe0-42e7-893b-8b876fa1f902"
    ],
    "album": "ADVENTURES",
    "release_id": null,
    "release_group_id": "d5a18fe5-35f6-483f-8836-66547529d254",
    "labels": [
        "Village Records"
    ],
    "label_ids": [
        "86b05ef2-8ed6-4c2d-9cec-62fdb199dc67"
    ],
    "release_date": "1984-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recognize which video game theme song was inspired by this Japanese Jazz fusion band?\n\nhttps://www.youtube.com/watch?v=NTa6Xbzfq1U&t=1s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}