Information about plays

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

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

{
    "id": 3432965,
    "uri": "https://api.kexp.org/v2/plays/3432965/?format=api",
    "airdate": "2024-12-02T15:28:41-08:00",
    "show": 62006,
    "show_uri": "https://api.kexp.org/v2/shows/62006/?format=api",
    "image_uri": "https://coverartarchive.org/release/12eba528-f565-4412-9b66-00c8a58c8822/24768503806-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/12eba528-f565-4412-9b66-00c8a58c8822/24768503806-250.jpg",
    "song": "Use Your Heart",
    "track_id": null,
    "recording_id": "da67f737-6ad2-4568-aecf-a65eaa5179b2",
    "artist": "SWV",
    "artist_ids": [
        "fffc6a35-ae65-48be-bcc0-9d604e05665e"
    ],
    "album": "New Beginning",
    "release_id": null,
    "release_group_id": "a2182989-64c2-395f-84a2-1209a9ba53f5",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1996-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Use Your Heart\" by SWV sampled B.T. Express's \"If It Don't Turn You on (You Oughta Leave It Alone)\".\n\nSWV (Sisters with Voices) is a trio from New York City whose members are Cheryl Gamble, Tamara George, and Leanne Lyons.  Here's the official video for  \"Use Your Heart\": https://www.youtube.com/watch?v=7H_o5whdCQA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}