Information about plays

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

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

{
    "id": 3413590,
    "uri": "https://api.kexp.org/v2/plays/3413590/?format=api",
    "airdate": "2024-10-16T20:34:43-07:00",
    "show": 61594,
    "show_uri": "https://api.kexp.org/v2/shows/61594/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wie der Wind am Ende einer Strasse",
    "track_id": null,
    "recording_id": "3e2110ce-2c4f-46ba-b72a-eda9b2b6802d",
    "artist": "Amon Düül II",
    "artist_ids": [
        "9d78c6da-a415-4e1d-a55d-5e37b3bbc65d"
    ],
    "album": "Flawless",
    "release_id": null,
    "release_group_id": "de49a4a1-f0af-3dd6-9a67-ac3378347b09",
    "labels": [
        "Mystic Records"
    ],
    "label_ids": [
        "6deb2fd3-d4d7-474c-9ebb-85ca1a208ba6"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}