Information about plays

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

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

{
    "id": 3437312,
    "uri": "https://api.kexp.org/v2/plays/3437312/?format=api",
    "airdate": "2024-12-12T21:22:19-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Merry Midnight",
    "track_id": null,
    "recording_id": "b6ddeb5d-602d-4e09-b5b9-3a2a872e4113",
    "artist": "曾國宏, Numcha",
    "artist_ids": [
        "3da01b03-f9ee-42f8-982a-a69fb0bc95fc",
        "b59cf3b8-6351-46cd-90f3-a5ac0fd20eb6"
    ],
    "album": "Bloom",
    "release_id": null,
    "release_group_id": "733d8487-33a2-413d-9e14-b80e426e6711",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Christmas single is a collaboration between Numcha and 曾國宏 (Tseng Kuo-Hung) from the band Sunset Rollercoaster.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}