Information about plays

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

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

{
    "id": 3383435,
    "uri": "https://api.kexp.org/v2/plays/3383435/?format=api",
    "airdate": "2024-08-05T03:26:24-07:00",
    "show": 60948,
    "show_uri": "https://api.kexp.org/v2/shows/60948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Redrum",
    "track_id": null,
    "recording_id": null,
    "artist": "Under Exile",
    "artist_ids": [
        "6ba0e607-d6a6-4a3a-8f0b-aada21f33a26"
    ],
    "album": "Redrum",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Under Exile is a metal band from the Navajo Nation/Shiprock, New Mexico.\n\nhttps://underexile.bandcamp.com/album/under-exile-4-track-demo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}