Information about plays

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

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

{
    "id": 3417345,
    "uri": "https://api.kexp.org/v2/plays/3417345/?format=api",
    "airdate": "2024-10-26T02:11:47-07:00",
    "show": 61674,
    "show_uri": "https://api.kexp.org/v2/shows/61674/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blood Rage",
    "track_id": null,
    "recording_id": "b6447ad4-ca5a-4bda-9173-33ad40b76a9f",
    "artist": "Nightcrawler",
    "artist_ids": [
        "bbb60bed-81eb-46f1-876a-1f150c4875f3"
    ],
    "album": "Beware of the Humans",
    "release_id": null,
    "release_group_id": "dbc65e1d-e7d7-4747-a758-8fb5d2b884f2",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}