Information about plays

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

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

{
    "id": 3414144,
    "uri": "https://api.kexp.org/v2/plays/3414144/?format=api",
    "airdate": "2024-10-18T04:07:15-07:00",
    "show": 61604,
    "show_uri": "https://api.kexp.org/v2/shows/61604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baddy on the Floor",
    "track_id": "bca15ef2-2250-4562-9be5-bc5124d00821",
    "recording_id": "f73822e5-c0b4-4203-ae7e-e9cc46cc66e6",
    "artist": "Jamie xx feat. Honey Dijon",
    "artist_ids": [
        "740c6238-3f5d-4e63-8836-826ad6c611ab",
        "d1515727-4a93-4c0d-88cb-d7a9fce01879"
    ],
    "album": "In Waves",
    "release_id": "6271fb07-aad2-49c7-a803-753098e2ba78",
    "release_group_id": "1668c806-5c28-4655-89a2-f1f7bc786084",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The highly anticipated sophomore album from innovative producer Jamie xx lives up to thehype, and then some. ‘In Waves’ traverses through vibrant, multi-faceted soundscapes, moods, genres and grooves, providing a truly thrilling listening experience with hooks fordays. Featuring insane synths, propulsive drumbeats and killer guests including Robyn, The Avalanches and Honey Dijon, this collection is primed for the repeat button and poised for the dance floor. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}