Information about plays

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

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

{
    "id": 3438929,
    "uri": "https://api.kexp.org/v2/plays/3438929/?format=api",
    "airdate": "2024-12-16T18:03:36-08:00",
    "show": 62128,
    "show_uri": "https://api.kexp.org/v2/shows/62128/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab9c4fb6-9961-4028-bb7e-043521852290/33865460303-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab9c4fb6-9961-4028-bb7e-043521852290/33865460303-250.jpg",
    "song": "Borderline (Blood Orange remix)",
    "track_id": null,
    "recording_id": "d929383c-422d-431a-aa0b-b75dd2ab387e",
    "artist": "Tame Impala & Blood Orange",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d",
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "Borderline (Blood Orange Remix)",
    "release_id": null,
    "release_group_id": "944c9c5f-e091-4a9f-87ca-681a53c921e4",
    "labels": [
        "Universal Music Australia"
    ],
    "label_ids": [
        "58a95510-5b87-41dd-9cd1-235fc75611f3"
    ],
    "release_date": "2020-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://pitchfork.com/news/blood-orange-remixes-tame-impalas-borderline-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}