Information about plays

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

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

{
    "id": 3598239,
    "uri": "https://api.kexp.org/v2/plays/3598239/?format=api",
    "airdate": "2025-12-31T01:23:16-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One More Year",
    "track_id": "f8f797e0-fc98-4923-a556-05031296cfaa",
    "recording_id": "1274a2c2-b9cf-461d-b658-a2456e854aa6",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "The Slow Rush",
    "release_id": "c51e3d19-8080-4faa-9f5d-3e8714343543",
    "release_group_id": "c6fc678e-e987-45c5-811c-e2bd09c8b902",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2020-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "About this song, Kevin Parker said: \"Our life is crazy, but where is it going? We won't be young forever but we sure do live like it. Our book needs more chapters. Our time here is short, let's make it count.\"\n\nhttps://tameimpala.com/\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}