Information about plays

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

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

{
    "id": 3413208,
    "uri": "https://api.kexp.org/v2/plays/3413208/?format=api",
    "airdate": "2024-10-16T02:14:06-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Game",
    "track_id": null,
    "recording_id": "888d9c46-281b-42fe-b0f5-ddc15699f216",
    "artist": "Pismo",
    "artist_ids": [
        "842e511e-41d8-42ff-a58c-a984304b874f"
    ],
    "album": "The Game (single)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thaddeus Smith III aka PIZ aka PizMO hails from the south side of Stockton, CA.\n\nhttps://www.discogs.com/artist/205748-Pismo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}