Information about plays

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

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

{
    "id": 3598663,
    "uri": "https://api.kexp.org/v2/plays/3598663/?format=api",
    "airdate": "2026-01-01T02:51:25-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sprinkle Me",
    "track_id": null,
    "recording_id": "12fec8ce-bc3e-4468-aa85-5c7c0ce10354",
    "artist": "E‐40 featuring Suga T",
    "artist_ids": [
        "a449973b-074b-4cf0-a4d6-f11fa2d1073f",
        "11916d17-5076-4982-88e4-eeefd4a21312"
    ],
    "album": "In a Major Way",
    "release_id": null,
    "release_group_id": "d9b5babc-e138-3f62-b05b-d4fbcfe0661d",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third single from E-40's 1995 sophomore studio album 'In a Major Way'. \n\nVideo!\nhttps://youtu.be/byuQVTdlfos",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}