Information about plays

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

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

{
    "id": 3438242,
    "uri": "https://api.kexp.org/v2/plays/3438242/?format=api",
    "airdate": "2024-12-15T01:57:18-08:00",
    "show": 62113,
    "show_uri": "https://api.kexp.org/v2/shows/62113/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Antü",
    "track_id": null,
    "recording_id": null,
    "artist": "Invunche",
    "artist_ids": [
        "d7281dbc-182c-45ff-93a9-7d83a7e84963"
    ],
    "album": "Atavismo",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nuclear War Now! Productions"
    ],
    "label_ids": [
        "981100aa-968e-42bb-bc00-1c2f3aea52c6"
    ],
    "release_date": "2024-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Atavismo made Mac's Top 10 of 2024.\n\nShamanic blackened punk\n\nhttps://invunche.bandcamp.com/\nhttps://www.kexp.org/read/2024/12/11/kexp-djs-top-albums-of-2024/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}