Information about plays

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

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

{
    "id": 3417357,
    "uri": "https://api.kexp.org/v2/plays/3417357/?format=api",
    "airdate": "2024-10-26T02:54:59-07:00",
    "show": 61674,
    "show_uri": "https://api.kexp.org/v2/shows/61674/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bon Bon",
    "track_id": "44efd380-2598-4e5e-95dc-4b75296b688f",
    "recording_id": "4b5848a2-cbec-4ff9-84dd-9ff2f95b8639",
    "artist": "Fcukers",
    "artist_ids": [
        "5e23e428-d9f5-4679-bd7c-8254d6f0a437"
    ],
    "album": "Baggy$$",
    "release_id": "4554c081-9664-4cf5-897b-67af25e947cd",
    "release_group_id": "d97b9915-fe8d-4a72-b2cd-09480e319ac2",
    "labels": [
        "Technicolour"
    ],
    "label_ids": [
        "1e7d663c-173e-4316-84b6-7fabfe8be930"
    ],
    "release_date": "2024-09-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}