Information about plays

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

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

{
    "id": 3548969,
    "uri": "https://api.kexp.org/v2/plays/3548969/?format=api",
    "airdate": "2025-09-04T20:55:20-07:00",
    "show": 64475,
    "show_uri": "https://api.kexp.org/v2/shows/64475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Girl's In Love With Me",
    "track_id": null,
    "recording_id": "4008a0e1-b140-4d39-8a5b-b4f4aafdb88a",
    "artist": "芳野藤丸",
    "artist_ids": [
        "2e2ab6e6-2f5b-406f-84a9-822194251949"
    ],
    "album": "Over The Legend",
    "release_id": null,
    "release_group_id": "a97fbf0c-6d21-4a2a-bbfe-a38206da7cee",
    "labels": [
        "Bellwood Records"
    ],
    "label_ids": [
        "0eeefe83-dda2-4523-976c-a12f75ce5671"
    ],
    "release_date": "2015-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "芳野藤丸 (Fujimaru Yoshino) is a Japanese singer-songwriter, arranger, producer and guitarist. Yoshino began his musical career in 1972 as a member of the Flying Space Band of Tsunoda Hiro (角田博民 ).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}