Information about plays

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

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

{
    "id": 3417350,
    "uri": "https://api.kexp.org/v2/plays/3417350/?format=api",
    "airdate": "2024-10-26T02:29:05-07:00",
    "show": 61674,
    "show_uri": "https://api.kexp.org/v2/shows/61674/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fangs",
    "track_id": "b602b37f-eb24-4090-b534-4e17dc3c97c9",
    "recording_id": "55442f05-3f18-43f4-86a3-3076eed2615a",
    "artist": "Dark Chisme",
    "artist_ids": [
        "2df279da-29e0-42d8-9e1e-0e3fd722f3d3"
    ],
    "album": "Dark Chisme",
    "release_id": "7b53bd5c-7992-48d5-ab71-3535ff85d8c0",
    "release_group_id": "10e39631-bb46-48bd-9708-f66184ec6495",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-07-22",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}