Information about plays

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

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

{
    "id": 3601439,
    "uri": "https://api.kexp.org/v2/plays/3601439/?format=api",
    "airdate": "2026-01-07T14:32:26-08:00",
    "show": 65588,
    "show_uri": "https://api.kexp.org/v2/shows/65588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Line Up",
    "track_id": "06e2b888-f159-3fa6-9539-0a9f4d5b31f0",
    "recording_id": "0bd120f0-120b-4f9e-90b0-3bcfd6b43c9c",
    "artist": "Elastica",
    "artist_ids": [
        "46693641-1e2e-4aae-80ed-6b28170de63a"
    ],
    "album": "Elastica",
    "release_id": "f588fe96-243a-4f1d-b2d6-cca0b29e6d93",
    "release_group_id": "f1cbf448-c205-3642-a4c5-6042989d8ed4",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Revisit the self-titled debut album from Justine Frischmann and company: https://www.udiscovermusic.com/stories/elastica-debut-album-feature/\n--\nWatch Elastica perform \"Line Up\" live on \"Top of the Pops\" in 1994: https://www.youtube.com/watch?v=AxOGlpBY5Yc.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}