Information about plays

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

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

{
    "id": 3416526,
    "uri": "https://api.kexp.org/v2/plays/3416526/?format=api",
    "airdate": "2024-10-24T01:44:04-07:00",
    "show": 61657,
    "show_uri": "https://api.kexp.org/v2/shows/61657/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Scratching Galaxies (Dub)",
    "track_id": null,
    "recording_id": null,
    "artist": "Death Comet Crew",
    "artist_ids": [
        "a5667894-1752-4ca4-824d-84a6eda50430"
    ],
    "album": "At the Marble Bar",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}