Information about plays

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

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

{
    "id": 3416752,
    "uri": "https://api.kexp.org/v2/plays/3416752/?format=api",
    "airdate": "2024-10-24T15:28:40-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wrong Place",
    "track_id": null,
    "recording_id": "8c8665f4-82d4-485f-b726-f7ff74d5f990",
    "artist": "Del the Funky Homosapien",
    "artist_ids": [
        "a31a5e0c-d37a-41a8-90d5-9e256a47d83b"
    ],
    "album": "No Need for Alarm",
    "release_id": null,
    "release_group_id": "527425d0-f6d1-3dbe-b980-e022ea9245d4",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Wrong Place” samples a slowed down guitar riff from the B.T. Express 1978 funk track “What You do in The Dark”,\n--\nSomeone wrote, \"In my opinion, he the most peerless west coast lyricist/rapper of all time.\"  Here's the official video for \"Wrong Place\": https://www.youtube.com/watch?v=A46nqP1gd-Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}