Information about plays

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

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

{
    "id": 3603726,
    "uri": "https://api.kexp.org/v2/plays/3603726/?format=api",
    "airdate": "2026-01-13T06:11:30-08:00",
    "show": 65638,
    "show_uri": "https://api.kexp.org/v2/shows/65638/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chinese Translation",
    "track_id": "a8e04f11-2d31-307b-a8a9-f2aa58a46463",
    "recording_id": "e46bc632-c4d4-4ab1-b37c-044ffe32de53",
    "artist": "M. Ward",
    "artist_ids": [
        "655b3e5b-09e4-45dd-941c-6fa3fc12521b"
    ],
    "album": "Post-War",
    "release_id": "b76fcb7a-00c1-3ff6-9963-7dc5c4502838",
    "release_group_id": "7fe781fe-dbec-3756-9119-f8f981c7b275",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2006-09-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "By request for Hawey <3\nhttps://mwardmusic.com/\n-- \nCheck out M. Ward's Live on KEXP performance, hosted by Cheryl Waters, from June 2023: https://www.youtube.com/watch?v=9PjHrlgw-eo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}