Information about plays

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

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

{
    "id": 3421614,
    "uri": "https://api.kexp.org/v2/plays/3421614/?format=api",
    "airdate": "2024-11-05T06:26:56-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "https://ia802707.us.archive.org/23/items/mbid-026312fe-cec5-3ea8-9408-3ebc665b6985/mbid-026312fe-cec5-3ea8-9408-3ebc665b6985-26159364280_thumb500.jpg",
    "thumbnail_uri": "https://ia902707.us.archive.org/23/items/mbid-026312fe-cec5-3ea8-9408-3ebc665b6985/mbid-026312fe-cec5-3ea8-9408-3ebc665b6985-26159364280_thumb250.jpg",
    "song": "I Still Haven’t Found What I’m Looking For",
    "track_id": "a3da4eeb-2c27-3392-b3e6-70b642282809",
    "recording_id": "94793531-2679-4ea7-a273-945fdf64c06f",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Joshua Tree",
    "release_id": "026312fe-cec5-3ea8-9408-3ebc665b6985",
    "release_group_id": "6f3e9fa6-be7a-3de8-a2b2-2072ece8a54d",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1987-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bono told Rolling Stone \"I Still Haven't Found What I'm Looking For\" is \"a song about searching for meaning or transcendence,\" he says. \"And to me, the most interesting thing about it is that you don't find it. It's about the search.\"\n\nhttps://www.npr.org/2019/07/26/743620996/u2-i-still-havent-found-what-im-looking-for-american-anthem",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}