Information about plays

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

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

{
    "id": 3574612,
    "uri": "https://api.kexp.org/v2/plays/3574612/?format=api",
    "airdate": "2025-11-06T06:12:29-08:00",
    "show": 65035,
    "show_uri": "https://api.kexp.org/v2/shows/65035/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wish",
    "track_id": "f333a1ce-9d69-3546-a3f9-e2071490369e",
    "recording_id": "4671c7a0-6d06-4d86-ab5f-50c506674f53",
    "artist": "Skee‐Lo",
    "artist_ids": [
        "9341a67c-4f0c-43c2-9ec4-c222d2cb97f3"
    ],
    "album": "I Wish",
    "release_id": "56850cd1-5ebe-487e-afaf-096a349bcc3b",
    "release_group_id": "1e489673-65fd-35ff-9bca-b3110d121246",
    "labels": [
        "Raputation"
    ],
    "label_ids": [
        "3a374374-dd03-46f7-8749-9e2d82a9807b"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'I Wish' is the 1995 debut album by Skee-Lo. Most of this song's instruments are sampled from \"Spinnin'\" by Bernard Wright, and the song features a vocal sample of people shouting from the track \"Buffalo Gals\" by Malcolm McLaren.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}