Information about plays

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

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

{
    "id": 3421884,
    "uri": "https://api.kexp.org/v2/plays/3421884/?format=api",
    "airdate": "2024-11-05T23:09:46-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://coverartarchive.org/release/140ef599-a079-40c8-960d-39e1c6da1edd/12415253645-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/140ef599-a079-40c8-960d-39e1c6da1edd/12415253645-250.jpg",
    "song": "Train",
    "track_id": null,
    "recording_id": "7d9e3817-d8bc-4e2d-86ae-af7b06e0af70",
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Black Cherry",
    "release_id": null,
    "release_group_id": "69bfcf64-b212-357b-8a06-df99b9d56158",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2003-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goldfrapp curated a playlist for KEXP's Midnight In A Perfect World show. Check it out here. https://www.kexp.org/read/2017/04/25/midnight-in-a-perfect-world-goldfrapp/ http://www.goldfrapp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}