Information about plays

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

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

{
    "id": 3520513,
    "uri": "https://api.kexp.org/v2/plays/3520513/?format=api",
    "airdate": "2025-06-29T20:04:25-07:00",
    "show": 63876,
    "show_uri": "https://api.kexp.org/v2/shows/63876/?format=api",
    "image_uri": "https://coverartarchive.org/release/cdb9074b-e7fa-423c-9b4c-2a08504611e4/35285838408-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cdb9074b-e7fa-423c-9b4c-2a08504611e4/35285838408-250.jpg",
    "song": "Oops Upside Your Head",
    "track_id": null,
    "recording_id": "3f99690d-2da3-47a7-b584-76d85fde0607",
    "artist": "The Gap Band",
    "artist_ids": [
        "00aab979-da36-4efd-9086-e409cda07f9c"
    ],
    "album": "The Sounds of the Gap Band (Live)",
    "release_id": null,
    "release_group_id": "a255d8f8-1a4f-4e3d-b7b2-17bd4bc94130",
    "labels": [
        "Carter Lane"
    ],
    "label_ids": [
        "aab1f1cb-a151-4b14-8f9c-be41695a6553"
    ],
    "release_date": "2012-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request from Loree in Renton!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}