Information about plays

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

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

{
    "id": 3585276,
    "uri": "https://api.kexp.org/v2/plays/3585276/?format=api",
    "airdate": "2025-12-01T03:50:34-08:00",
    "show": 65259,
    "show_uri": "https://api.kexp.org/v2/shows/65259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bounty",
    "track_id": "8decaf42-d3d9-4aa3-bb58-5a098fe7197f",
    "recording_id": "33ba957a-a4be-436a-94cb-a0efc2557121",
    "artist": "Mali Obomsawin & Magdalena Abrego",
    "artist_ids": [
        "05a3d12f-1292-4ce6-b80c-c7f897f68333",
        "675d43b4-c23d-4655-aa95-fa1075e5ed0f"
    ],
    "album": "Greatest Hits",
    "release_id": "dd84d549-6432-49de-9b4c-e12f384ca8f8",
    "release_group_id": "7d42aa66-eb6e-4599-88b8-302342dac98c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-01-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Odanak first nation\t\n\nThe duo Deerlady (Mali Obomsawin and Magdalena Abrego) released ‘Greatest Hits’ early this year, describing it as… “a collection of songs about intimacy under colonialism”. https://mali-obomsawin.bandcamp.com/album/greatest-hits",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}