Information about plays

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

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

{
    "id": 3421541,
    "uri": "https://api.kexp.org/v2/plays/3421541/?format=api",
    "airdate": "2024-11-05T02:49:49-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f436548-6948-4fd4-b151-032b1240face/36667168570-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f436548-6948-4fd4-b151-032b1240face/36667168570-250.jpg",
    "song": "Days Go By",
    "track_id": null,
    "recording_id": "caad27e7-80e5-45f1-a932-c6b42ebb4129",
    "artist": "Dirty Vegas",
    "artist_ids": [
        "75df1c98-2075-494f-9612-b87513f0e50c"
    ],
    "album": "Dirty Vegas",
    "release_id": null,
    "release_group_id": "e11c0d1f-2a02-3090-a9e0-7a55423114e4",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2002-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another listener request going out to Skyler!\n\nEnglish house duo Dirty Vegas are best known for their track \"Days Go By,\" which got a major bump in popularity when it was featured in a 2003 Mitsubishi Eclipse commercial.\n\nAlmost forgot that the actual music video was wayyyy better than that commercial though\n\nhttps://www.youtube.com/watch?v=gLCduDJVksc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}