Information about plays

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

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

{
    "id": 3546605,
    "uri": "https://api.kexp.org/v2/plays/3546605/?format=api",
    "airdate": "2025-08-30T06:15:01-07:00",
    "show": 64425,
    "show_uri": "https://api.kexp.org/v2/shows/64425/?format=api",
    "image_uri": "https://coverartarchive.org/release/57ecf5b3-4058-4291-b14f-3b1cb483e25b/21864503291-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57ecf5b3-4058-4291-b14f-3b1cb483e25b/21864503291-250.jpg",
    "song": "Charcoal Baby",
    "track_id": null,
    "recording_id": "0864322e-1a7f-40a0-9282-4474475cf354",
    "artist": "Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "Negro Swan",
    "release_id": null,
    "release_group_id": "a1ee0d2c-2c29-43d0-836f-53a26ff422dc",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2018-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}