Information about plays

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

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

{
    "id": 3411724,
    "uri": "https://api.kexp.org/v2/plays/3411724/?format=api",
    "airdate": "2024-10-12T14:21:01-07:00",
    "show": 61558,
    "show_uri": "https://api.kexp.org/v2/shows/61558/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "K2",
    "track_id": "bcfebc09-0968-4d75-9447-13dd583b89af",
    "recording_id": "5e6b5550-5972-4efb-9dd7-8379ebcf09f4",
    "artist": "Melenas",
    "artist_ids": [
        "f3291ecb-af2b-457e-8f17-1913aca82cbc"
    ],
    "album": "Ahora",
    "release_id": "724a2cf8-9ffe-4e4d-9f5d-1725f763cb88",
    "release_group_id": "be5b66da-96cb-455a-aca2-dbbfad5e205d",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2023-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melenas of Pamplona, Spain share, \"'K2' is not about the mountain, even though it is one of the highest peaks in Melenas’ repertoire. The song title refers to the second track that’s more strongly influenced by krautrock on the band’s third album. A sweet and catchy pop melody, on top of a repetitive, mechanical beat and chord pattern, creates the perfect hypnotic mood to help you get lost inside the song and find in it echoes of Neu! or Stereolab.\" http://tinyurl.com/6bbm7hsc\n\nhttps://melenas.bandcamp.com/album/ahora",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}