Information about plays

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

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

{
    "id": 3421273,
    "uri": "https://api.kexp.org/v2/plays/3421273/?format=api",
    "airdate": "2024-11-04T09:44:43-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://coverartarchive.org/release/9af2b508-f552-4cc7-9f1a-db802b395065/4682277918-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9af2b508-f552-4cc7-9f1a-db802b395065/4682277918-250.jpg",
    "song": "These Boots Are Made for Walkin’",
    "track_id": null,
    "recording_id": "ccba168d-bcfe-4564-a9e1-8cacc3307545",
    "artist": "Nancy Sinatra",
    "artist_ids": [
        "c2e36518-9c3b-4dcb-82ad-a3fc7fe99c67"
    ],
    "album": "These Boots Are Made For Walkin'",
    "release_id": null,
    "release_group_id": "96b0f330-8dc6-3693-90ab-330a413fe74d",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nancy Sinatra talked co-writer Lee Hazlewood out of singing on this track - \"I said, 'Lee, I've got to do that song,'\" she recalls. \"He said, 'Well, it's for a boy.' And I said, 'No it isn't! It's for a girl. If a boy does it, it will sound mean. 'These boots are gonna walk all over you' sounds awful. But if a girl does it, it can be a joke.' And that's the way it turned out.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}