Information about plays

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

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

{
    "id": 3416446,
    "uri": "https://api.kexp.org/v2/plays/3416446/?format=api",
    "airdate": "2024-10-23T20:58:10-07:00",
    "show": 61655,
    "show_uri": "https://api.kexp.org/v2/shows/61655/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b560259-0348-41af-b8a0-eba745dec56c/21294585580-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b560259-0348-41af-b8a0-eba745dec56c/21294585580-250.jpg",
    "song": "Northern Soul",
    "track_id": null,
    "recording_id": "1d7d7f06-8056-467a-8dfd-4c4292a0207d",
    "artist": "Darker My Love",
    "artist_ids": [
        "15c5c0de-b8ff-49ab-8a58-506c89453f03"
    ],
    "album": "2",
    "release_id": null,
    "release_group_id": "458fb64c-4b87-3289-b224-fba59a5b759f",
    "labels": [
        "Dangerbird Records"
    ],
    "label_ids": [
        "af89464c-9366-4ba4-a549-84e482bbbe02"
    ],
    "release_date": "2008-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The album starts off strong with one of the more straightforward rockers Northern Soul, which lets you know exactly what you’re in for – catchy guitar hooks, upbeat drumming, warm chaotic solos, and of course plenty of fuzz to go around.\" https://www.sputnikmusic.com/review/86776/Darker-My-Love-2/\n---\nYou can get the record here: https://store.dangerbirdrecords.com/products/darker-my-love-2-cd?srsltid=AfmBOoqgMd0uzxSR-rUDlqehozJldBg2srFG_Ck3WdeERqyJ6xX3UqKj",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}