Information about plays

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

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

{
    "id": 3418223,
    "uri": "https://api.kexp.org/v2/plays/3418223/?format=api",
    "airdate": "2024-10-28T01:30:07-07:00",
    "show": 61694,
    "show_uri": "https://api.kexp.org/v2/shows/61694/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Scene In Roma",
    "track_id": null,
    "recording_id": "5812956a-65ad-49b4-a098-b0d97e134657",
    "artist": "Glenn Fallows & Mark Treffel",
    "artist_ids": [
        "07cd7e30-3c48-413d-9b72-fe80986c6ed6",
        "f09810aa-f746-40f7-92d8-d74cf244e4ef"
    ],
    "album": "The Globeflower Masters Vol.1",
    "release_id": null,
    "release_group_id": "bc9763f5-4b61-406b-a5d4-c4c64d52b2e9",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "2021-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}