Information about plays

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

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

{
    "id": 3501150,
    "uri": "https://api.kexp.org/v2/plays/3501150/?format=api",
    "airdate": "2025-05-14T05:44:49-07:00",
    "show": 63456,
    "show_uri": "https://api.kexp.org/v2/shows/63456/?format=api",
    "image_uri": "https://ia802805.us.archive.org/29/items/mbid-c51e3d19-8080-4faa-9f5d-3e8714343543/mbid-c51e3d19-8080-4faa-9f5d-3e8714343543-25414187159_thumb500.jpg",
    "thumbnail_uri": "https://ia902805.us.archive.org/29/items/mbid-c51e3d19-8080-4faa-9f5d-3e8714343543/mbid-c51e3d19-8080-4faa-9f5d-3e8714343543-25414187159_thumb250.jpg",
    "song": "Breathe Deeper",
    "track_id": "98f0b89a-b7f1-4bd8-add8-9c06d3d6fcd1",
    "recording_id": "e99935b9-9939-43bf-ae9a-cc954689463e",
    "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": "“Breathe Deeper” is a track about remaining calm in situations that are stressful, and remembering to breathe deeply.\nhttps://bit.ly/3Eoh4Ir",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}