Information about plays

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

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

{
    "id": 3581916,
    "uri": "https://api.kexp.org/v2/plays/3581916/?format=api",
    "airdate": "2025-11-23T12:45:40-08:00",
    "show": 65189,
    "show_uri": "https://api.kexp.org/v2/shows/65189/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All That And More",
    "track_id": "99223ac5-7640-4a7d-9303-50d6e6b843b6",
    "recording_id": "70ec6cb9-abd4-4738-8d79-30a63639c64c",
    "artist": "Lila Iké feat Maverick Sabre",
    "artist_ids": [
        "b0311291-19f9-4288-96be-e8a5da0a104a",
        "c702fd8c-b9df-48e9-b100-6976aa2e3a88"
    ],
    "album": "Treasure Self Love",
    "release_id": "a2fb2126-0a8d-4915-9759-1699a24f2b35",
    "release_group_id": "163e253d-e67f-4337-94ce-88f4746c90b3",
    "labels": [
        "Ineffable Records"
    ],
    "label_ids": [
        "7155876d-bb21-4e02-a53d-a2e3ef2603c2"
    ],
    "release_date": "2025-08-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://ineffablerecords.bandcamp.com/album/treasure-self-love\nhttps://www.lilaikemusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}