Information about plays

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

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

{
    "id": 3549057,
    "uri": "https://api.kexp.org/v2/plays/3549057/?format=api",
    "airdate": "2025-09-05T02:33:42-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "https://ia801009.us.archive.org/11/items/mbid-ab13df0e-995f-48c2-a8b4-477a39904447/mbid-ab13df0e-995f-48c2-a8b4-477a39904447-42592907402_thumb500.jpg",
    "thumbnail_uri": "https://ia601009.us.archive.org/11/items/mbid-ab13df0e-995f-48c2-a8b4-477a39904447/mbid-ab13df0e-995f-48c2-a8b4-477a39904447-42592907402_thumb250.jpg",
    "song": "hit of the highlife",
    "track_id": "7d112313-44a8-4fee-b990-104d10440804",
    "recording_id": "e3671add-0b38-4bb2-bae5-a4a7bbca865f",
    "artist": "Kurt Vile & Luke Roberts",
    "artist_ids": [
        "e07a111e-4e8a-4651-a849-01ac60551ab2",
        "8e6656e9-750c-4986-a38f-0a15f018c3f9"
    ],
    "album": "Classic Love",
    "release_id": "ab13df0e-995f-48c2-a8b4-477a39904447",
    "release_group_id": "f4713772-216a-4fa5-8200-f9e2336a0e83",
    "labels": [
        "Verve Records, Inc."
    ],
    "label_ids": [
        "7687a251-2d16-419c-9e5c-a86e8107c925"
    ],
    "release_date": "2025-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}