Information about plays

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

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

{
    "id": 3415529,
    "uri": "https://api.kexp.org/v2/plays/3415529/?format=api",
    "airdate": "2024-10-21T12:17:37-07:00",
    "show": 61636,
    "show_uri": "https://api.kexp.org/v2/shows/61636/?format=api",
    "image_uri": "https://ia803200.us.archive.org/9/items/mbid-595565db-6bfd-4772-a865-fa91d0259f53/mbid-595565db-6bfd-4772-a865-fa91d0259f53-29132776045_thumb500.jpg",
    "thumbnail_uri": "https://ia803200.us.archive.org/9/items/mbid-595565db-6bfd-4772-a865-fa91d0259f53/mbid-595565db-6bfd-4772-a865-fa91d0259f53-29132776045_thumb250.jpg",
    "song": "Red Vines",
    "track_id": "07cd1121-54ea-356b-90a3-5a94981563e0",
    "recording_id": "c40dda81-b111-4959-9156-9a81def50cde",
    "artist": "Aimee Mann",
    "artist_ids": [
        "db3c0a20-bf05-4b30-ac22-f294aea24172"
    ],
    "album": "Bachelor No. 2, or the Last Remains of the Dodo",
    "release_id": "595565db-6bfd-4772-a865-fa91d0259f53",
    "release_group_id": "d88e6b4f-787a-3451-b739-1299748f4854",
    "labels": [
        "SuperEgo Records"
    ],
    "label_ids": [
        "8048998d-1859-4333-8f92-ae66aa8b9e73"
    ],
    "release_date": "2000-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aimee Mann is on tour!\n\n- San Francisco on Nov. 2 and 3 at The Fillmore\n- Olympia, WA on Nov. 8 at Washington Center for the Performing Arts\n\nAimee Mann performed live in the KEXP studio in 2017:\nhttps://youtu.be/RrWuNUkSzI4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}