Information about plays

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

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

{
    "id": 3415671,
    "uri": "https://api.kexp.org/v2/plays/3415671/?format=api",
    "airdate": "2024-10-21T22:31:18-07:00",
    "show": 61640,
    "show_uri": "https://api.kexp.org/v2/shows/61640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dark Angel",
    "track_id": null,
    "recording_id": null,
    "artist": "Kelly Lee Owens",
    "artist_ids": [],
    "album": "Dreamstate",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "DH2"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BRB in a waking dream... https://kellyleeowens.bandcamp.com/album/dreamstate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}