Information about plays

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

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

{
    "id": 3413316,
    "uri": "https://api.kexp.org/v2/plays/3413316/?format=api",
    "airdate": "2024-10-16T08:31:25-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cloudbusting",
    "track_id": null,
    "recording_id": "3ff1eb97-03db-47e8-80fe-6b9620fa59ed",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Hounds of Love",
    "release_id": null,
    "release_group_id": "017f2a37-a78f-3578-9611-fa40408e5d90",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1985-07-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}