Information about plays

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

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

{
    "id": 3584560,
    "uri": "https://api.kexp.org/v2/plays/3584560/?format=api",
    "airdate": "2025-11-29T15:00:01-08:00",
    "show": 65243,
    "show_uri": "https://api.kexp.org/v2/shows/65243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Satellites",
    "track_id": "7876dc8e-3c4b-44ae-a602-c21d154c8d01",
    "recording_id": "b5dfb1d9-af7c-4446-befe-6e333870533f",
    "artist": "EMA",
    "artist_ids": [
        "7cd5c089-8c61-4d97-8cdb-33fb5dbf186a"
    ],
    "album": "The Future’s Void",
    "release_id": "f7a5c9a7-7d8b-4e6f-b9b3-e1afd5855183",
    "release_group_id": "33b3986e-4487-4489-9f4d-be96e77154a0",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2014-04-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the music video for Satellites here: https://www.youtube.com/watch?v=DvV1eYRKRNY\n\nPortland, OR-based Erika M. Anderson first graced the limelight under the guise of EMA in May 2011, when the brilliantly scuffed debut album Past Life Martyred Saints was released to a multitude of acclaim. An absorbing and ambitious masterpiece that revealed a unique and feed-backed noisy guitar style, it showcased a distinctive sonic signature that sounded like nothing else around.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}