Information about plays

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

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

{
    "id": 3413235,
    "uri": "https://api.kexp.org/v2/plays/3413235/?format=api",
    "airdate": "2024-10-16T03:47:18-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paper Tigers",
    "track_id": null,
    "recording_id": null,
    "artist": "Fana Hues",
    "artist_ids": [
        "b7b5b59e-4b8f-4577-94f4-f0770d79033f"
    ],
    "album": "Moth",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fana Hues is from Los Angeles!\n\nhttps://fanahues.bandcamp.com/album/moth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}