Information about plays

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

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

{
    "id": 3428281,
    "uri": "https://api.kexp.org/v2/plays/3428281/?format=api",
    "airdate": "2024-11-21T13:55:48-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/ec368564-6a33-3499-bc03-5f1feeec3e5a/20139823785-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ec368564-6a33-3499-bc03-5f1feeec3e5a/20139823785-250.jpg",
    "song": "3 in the Head",
    "track_id": null,
    "recording_id": "a158ae27-b2cd-463c-9c40-18dc9e2ee9d9",
    "artist": "Run‐D.M.C.",
    "artist_ids": [
        "5ecc3f72-20a6-47a0-8dc5-fb0b3dadeea0"
    ],
    "album": "Down With the King",
    "release_id": null,
    "release_group_id": "57e698d1-09e4-3ae5-b03e-83ae4842109e",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1993-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"3 in the Head\" by Run-DMC sampled Lou Donaldson's \"Donkey Walk\".  It also sampled Audio Two's \"Top Billin'.\"\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}