Information about plays

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

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

{
    "id": 3422122,
    "uri": "https://api.kexp.org/v2/plays/3422122/?format=api",
    "airdate": "2024-11-06T14:24:01-08:00",
    "show": 61780,
    "show_uri": "https://api.kexp.org/v2/shows/61780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Is Stronger Than Pride (Mad Professor remix)",
    "track_id": null,
    "recording_id": "9de83ca6-63a9-4027-b112-54c467c9a430",
    "artist": "Sade",
    "artist_ids": [
        "67930b3e-e00b-469f-8c74-fd69f20522ec"
    ],
    "album": "Feel No Pain",
    "release_id": null,
    "release_group_id": "38f721e2-cd8b-3272-91b8-6e70e152406d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1992-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Sade Adu, Andrew Hale and Stuart Matthewman the tune literally hooks you with its first line “I won’t pretend, that I intend to stop living.” \n--\nThis is the Mad Professor remix of \"Love is Stronger Than Pride\" by Sade --- https://madprofessor.bandcamp.com/music\n--\nA prominent figure in the English Dub music scene for over forty years and founder of label and studio Ariwa in 1979, Neil Fraser, aka Mad Professor, is one of the most notorious and prolific second generation dub music producers. Following the lead of dub pioneers and masters, the likes of King Tubby or Lee “Scratch” Perry, Mad Professor experiments with machines in his own transgressive way.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}