Information about plays

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

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

{
    "id": 3411534,
    "uri": "https://api.kexp.org/v2/plays/3411534/?format=api",
    "airdate": "2024-10-12T02:57:24-07:00",
    "show": 61552,
    "show_uri": "https://api.kexp.org/v2/shows/61552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Ghost Has No Home",
    "track_id": "1fde1fb5-399f-3c0e-917c-b4f6288c27f0",
    "recording_id": "60ba78de-da71-4779-aa10-1c15c329d7f7",
    "artist": "Harold Budd, Simon Raymonde, Robin Guthrie, Elizabeth Fraser",
    "artist_ids": [
        "0bf0cabe-def2-4113-8dc5-6e721b9c3a92",
        "54cf21b1-9a02-4a75-a029-3a66db21c545",
        "5c864a6f-146e-4225-986d-3295ce90f784",
        "47d7b25e-585b-4c97-b98b-411b21a53379"
    ],
    "album": "The Moon and the Melodies",
    "release_id": "19a1b784-496f-444f-8043-f0ac97c541bf",
    "release_group_id": "6f7f19e2-e75e-3697-affe-9d56bfc34750",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1986-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}