Information about plays

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

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

{
    "id": 3556938,
    "uri": "https://api.kexp.org/v2/plays/3556938/?format=api",
    "airdate": "2025-09-23T23:50:05-07:00",
    "show": 64645,
    "show_uri": "https://api.kexp.org/v2/shows/64645/?format=api",
    "image_uri": "https://coverartarchive.org/release/26498e81-a391-4224-9d20-d63fafee4a94/36586052782-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/26498e81-a391-4224-9d20-d63fafee4a94/36586052782-250.jpg",
    "song": "Gotta’ Stand for Something",
    "track_id": null,
    "recording_id": "6a5fdff1-4689-4303-8403-8d1d53d0e979",
    "artist": "Greyboy feat. Sharon Jones",
    "artist_ids": [
        "a580aa0d-b1bb-4e5a-9591-de832ed3ac1b",
        "0c6ffe84-da9b-49e3-8f87-41288199c0e1"
    ],
    "album": "Soul Mosaic",
    "release_id": null,
    "release_group_id": "5e51a2b0-ac7e-367d-923a-d404a813cf1a",
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2004-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Greyboy featuring Sharon Jones. https://www.ubiquityrecords.com/artists/greyboy.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}