Information about plays

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

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

{
    "id": 3557435,
    "uri": "https://api.kexp.org/v2/plays/3557435/?format=api",
    "airdate": "2025-09-25T04:05:44-07:00",
    "show": 64654,
    "show_uri": "https://api.kexp.org/v2/shows/64654/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d5ee2df-d5be-4979-a321-9b0c62f77a29/38744544391-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d5ee2df-d5be-4979-a321-9b0c62f77a29/38744544391-250.jpg",
    "song": "Captain Save Them Thoe (radio version)",
    "track_id": null,
    "recording_id": "17c2e63c-5f3a-4e07-8141-7fcecb569b02",
    "artist": "E‐40 feat. The Click, D‐Shot, B‐Legit & Suga‐T",
    "artist_ids": [
        "a449973b-074b-4cf0-a4d6-f11fa2d1073f",
        "6f39bb73-b44d-4f46-887e-0b2d9671fe5a",
        "1b1d0526-1c39-45e2-b05f-fd9a57b26fdc",
        "c1b14c53-233b-488d-bee7-b9fc2b28e972",
        "11916d17-5076-4982-88e4-eeefd4a21312"
    ],
    "album": "Captain Save Them Thoe",
    "release_id": null,
    "release_group_id": "f2a3baf2-aac2-4b5d-8cdc-38c4d931ddc3",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ft. The Click, D-Shot, B-Legit & Suga T\n\nTeamed up with D-Shot, E-40's brother, to form the group MVP or Most Valuable Players. E-40's gospel singing uncle (Saint Charles) helped them put out the record. Suga-T was then added to the group to form the Click.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}