Information about plays

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

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

{
    "id": 3586249,
    "uri": "https://api.kexp.org/v2/plays/3586249/?format=api",
    "airdate": "2025-12-03T10:22:15-08:00",
    "show": 65278,
    "show_uri": "https://api.kexp.org/v2/shows/65278/?format=api",
    "image_uri": "https://ia600204.us.archive.org/14/items/mbid-24f52930-c7b3-4f5f-8d88-a086fc16bfcb/mbid-24f52930-c7b3-4f5f-8d88-a086fc16bfcb-24545334660_thumb500.jpg",
    "thumbnail_uri": "https://ia600204.us.archive.org/14/items/mbid-24f52930-c7b3-4f5f-8d88-a086fc16bfcb/mbid-24f52930-c7b3-4f5f-8d88-a086fc16bfcb-24545334660_thumb250.jpg",
    "song": "John Saw That Number",
    "track_id": "eaaa6dd5-e37b-3b89-af5a-042ec7225bdd",
    "recording_id": "197ae3cc-963f-43b8-ae2b-aba9e55787a3",
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "Fox Confessor Brings the Flood",
    "release_id": "24f52930-c7b3-4f5f-8d88-a086fc16bfcb",
    "release_group_id": "7813c6a9-36fd-3541-8099-f877a6c72766",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2006-03-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Neko Case is still on tour. Latest album 'Neon Grey Midnight Green' is out now.\n\nhttps://nekocase.com/\n\nNeko Case also performed a KEXP in studio back in 2018. You can watch it here: https://www.youtube.com/watch?v=j5MPRCf2M9U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}