Information about plays

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

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

{
    "id": 3543638,
    "uri": "https://api.kexp.org/v2/plays/3543638/?format=api",
    "airdate": "2025-08-23T06:11:05-07:00",
    "show": 64362,
    "show_uri": "https://api.kexp.org/v2/shows/64362/?format=api",
    "image_uri": "https://coverartarchive.org/release/673b31d4-a0cb-4cec-b1a3-ecc0e1c76e90/41445853871-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/673b31d4-a0cb-4cec-b1a3-ecc0e1c76e90/41445853871-250.jpg",
    "song": "Slick McGhee",
    "track_id": null,
    "recording_id": "96c5e7b9-61ed-4868-9fa7-82fd490eb9ab",
    "artist": "Aaron Childs",
    "artist_ids": [
        "5466ef91-cfa0-4722-b3eb-2e70b2777729"
    ],
    "album": "The Hash Brown Demos",
    "release_id": null,
    "release_group_id": "69b38063-1936-4449-9a11-43a614acf779",
    "labels": [
        "Sweet Soul Records"
    ],
    "label_ids": [
        "e7c819cf-35c2-464a-9e52-2944c67df66a"
    ],
    "release_date": "2025-03-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}