Information about plays

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

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

{
    "id": 3417798,
    "uri": "https://api.kexp.org/v2/plays/3417798/?format=api",
    "airdate": "2024-10-27T03:56:26-07:00",
    "show": 61685,
    "show_uri": "https://api.kexp.org/v2/shows/61685/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reaper",
    "track_id": null,
    "recording_id": "a8964757-4b38-4da9-ab49-b28c388736ce",
    "artist": "Bathory",
    "artist_ids": [
        "d292b4cd-37bd-4a88-a823-8710f273cc31"
    ],
    "album": "Bathory",
    "release_id": null,
    "release_group_id": "f59748ca-e393-368e-8b7d-abd94791e96f",
    "labels": [
        "Black Mark"
    ],
    "label_ids": [
        "1c5bea34-7161-4c36-a435-92c4ace63dfb"
    ],
    "release_date": "1984-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}