Information about plays

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

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

{
    "id": 3415382,
    "uri": "https://api.kexp.org/v2/plays/3415382/?format=api",
    "airdate": "2024-10-21T03:58:13-07:00",
    "show": 61633,
    "show_uri": "https://api.kexp.org/v2/shows/61633/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Four Alarm Fire",
    "track_id": null,
    "recording_id": null,
    "artist": "The Reddmen",
    "artist_ids": [
        "8ddb425b-af84-40f9-9632-61dab5845967"
    ],
    "album": null,
    "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": "The Reddmen, garage rock, power-pop, band hailing from Rapid City, South Dakota formed in 1996 by brothers J. Waylon Porcupine and Miyo One Arrow of the Northern Cheyenne and Lakota plains Indian tribes. The group achieved some semblance of mainstream appeal despite never being formally signed to a record label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}