Information about plays

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

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

{
    "id": 3417186,
    "uri": "https://api.kexp.org/v2/plays/3417186/?format=api",
    "airdate": "2024-10-25T17:28:09-07:00",
    "show": 61671,
    "show_uri": "https://api.kexp.org/v2/shows/61671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Da Da Da I Don't Love You You Don’t Love Me Aha Aha Aha",
    "track_id": "d38d1324-9de7-3799-b896-508ea915034f",
    "recording_id": "1900714a-4efc-4ef6-b9ca-0cefe9e18a6d",
    "artist": "Trio",
    "artist_ids": [
        "b013686b-0fa5-4e88-a5bc-f941efc7855a"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 7",
    "release_id": "4bf1f622-8cba-4859-bf64-085e2de748f2",
    "release_group_id": "8bd15c6e-aae8-3bbe-ad70-fa08b3e5de82",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-10-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Stephan from Trio!\n\nThe full name of the song is \"Da Da Da ich lieb dich nicht du liebst mich nicht aha aha aha,\" which roughly translates to English as \"Da Da Da I don't love you you don't love me aha aha aha.\" The literal translation of \"Ich lieb dich nicht du liebst mich nicht\" would be \"I love you not, you love me not.\"\nhttps://www.songfacts.com/facts/trio/da-da-da\n\nThe song charted #1 in New Zealand, South Africa, and Switzerland in 1982",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}