Information about plays

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

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

{
    "id": 3641230,
    "uri": "https://api.kexp.org/v2/plays/3641230/?format=api",
    "airdate": "2026-04-12T15:14:46-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://ia801705.us.archive.org/7/items/mbid-05a7920a-2247-4f4f-a91e-588a19331609/mbid-05a7920a-2247-4f4f-a91e-588a19331609-35706141088_thumb500.jpg",
    "thumbnail_uri": "https://dn710001.ca.archive.org/0/items/mbid-05a7920a-2247-4f4f-a91e-588a19331609/mbid-05a7920a-2247-4f4f-a91e-588a19331609-35706141088_thumb250.jpg",
    "song": "Mine O' Mine",
    "track_id": "82ae1b56-cd2f-41a8-bf45-151315b81255",
    "recording_id": "091a7c24-24b2-4bec-a5f1-0c30348c7f5c",
    "artist": "Aluna & Jayda G",
    "artist_ids": [
        "4d937f0c-1248-4b0d-93f5-427059092c33",
        "b6ba12ae-1304-46b3-b96b-9be22dbdab4a"
    ],
    "album": "Mine O' Mine",
    "release_id": "05a7920a-2247-4f4f-a91e-588a19331609",
    "release_group_id": "64363c27-e5b8-43f4-901f-3298bad5efa2",
    "labels": [
        "Mad Decent"
    ],
    "label_ids": [
        "97e08824-a090-45bf-bde0-44186daddfd8"
    ],
    "release_date": "2022-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}