Information about plays

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

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

{
    "id": 3588769,
    "uri": "https://api.kexp.org/v2/plays/3588769/?format=api",
    "airdate": "2025-12-09T04:24:13-08:00",
    "show": 65328,
    "show_uri": "https://api.kexp.org/v2/shows/65328/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dogeared",
    "track_id": "0c37a01e-3bb5-48ad-837a-e7e07ae22c72",
    "recording_id": "8080ff46-161c-464b-9140-3879660d7df6",
    "artist": "Armand Hammer & The Alchemist feat. Kapwani",
    "artist_ids": [
        "fc87229f-0f6f-47cf-a23d-289ef6348d28",
        "167a6f86-2c26-43fe-82f0-e4c8a39ea490",
        "03f3deb7-0419-4bf9-a1e7-511946385717"
    ],
    "album": "Mercy",
    "release_id": "a450002b-2f15-4b12-baca-64384d859fe5",
    "release_group_id": "cc8b93c4-763a-4e17-8a9c-2433e9d2e3c0",
    "labels": [
        "Backwoodz Studioz"
    ],
    "label_ids": [
        "d0a5f66a-fe5c-4c3a-9c99-782c36f4f3c4"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://armandhammer.bandcamp.com/album/mercy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}