Information about plays

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

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

{
    "id": 3440193,
    "uri": "https://api.kexp.org/v2/plays/3440193/?format=api",
    "airdate": "2024-12-19T20:00:14-08:00",
    "show": 62154,
    "show_uri": "https://api.kexp.org/v2/shows/62154/?format=api",
    "image_uri": "https://coverartarchive.org/release/d71fc323-6950-4253-b02c-b015242f66cb/33788187146-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d71fc323-6950-4253-b02c-b015242f66cb/33788187146-250.jpg",
    "song": "Merry Christmas Mr. Lawrence",
    "track_id": null,
    "recording_id": "bff0cc6c-1a04-439b-9d39-c6729a73a596",
    "artist": "坂本龍一",
    "artist_ids": [
        "a7f7df4a-77d8-4f12-8acd-5c60c93f4de8"
    ],
    "album": "/04",
    "release_id": null,
    "release_group_id": "d4a95f71-af9f-3172-95a5-459d87e718d4",
    "labels": [
        "Warner Music Japan"
    ],
    "label_ids": [
        "26ea8229-7cf7-4482-8dae-15589ceb5398"
    ],
    "release_date": "2004-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Rigo listening in Seattle in the Chinatown-International District!\n\nRyuichi Sakamoto was a Japanese composer, pianist, record producer, and actor who pursued a diverse range of styles as a solo artist and as a member of Yellow Magic Orchestra (YMO).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}