Information about plays

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

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

{
    "id": 3586132,
    "uri": "https://api.kexp.org/v2/plays/3586132/?format=api",
    "airdate": "2025-12-03T03:56:08-08:00",
    "show": 65275,
    "show_uri": "https://api.kexp.org/v2/shows/65275/?format=api",
    "image_uri": "https://ia802906.us.archive.org/3/items/mbid-198f2320-2c0d-4e54-a154-7f14056d4af4/mbid-198f2320-2c0d-4e54-a154-7f14056d4af4-16088486728_thumb500.jpg",
    "thumbnail_uri": "https://ia902906.us.archive.org/3/items/mbid-198f2320-2c0d-4e54-a154-7f14056d4af4/mbid-198f2320-2c0d-4e54-a154-7f14056d4af4-16088486728_thumb250.jpg",
    "song": "What’s That Perfume That You Wear?",
    "track_id": "b045725f-f6c1-4347-99ca-cd3ebe9d1a8e",
    "recording_id": "cf21011a-55ae-4026-8a13-0a14e3a9e516",
    "artist": "Jens Lekman",
    "artist_ids": [
        "41aa2734-ec86-4197-a074-d44886e7da8d"
    ],
    "album": "Life Will See You Now",
    "release_id": "198f2320-2c0d-4e54-a154-7f14056d4af4",
    "release_group_id": "95b831c8-40f1-45be-b573-e8902f1fbd6c",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2017-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing tonight at Neumos in Seattle! \n\nhttps://jenslekman.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}