Information about plays

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

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

{
    "id": 3412276,
    "uri": "https://api.kexp.org/v2/plays/3412276/?format=api",
    "airdate": "2024-10-13T19:50:00-07:00",
    "show": 61568,
    "show_uri": "https://api.kexp.org/v2/shows/61568/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mellow Music",
    "track_id": null,
    "recording_id": null,
    "artist": "9th Creation",
    "artist_ids": [],
    "album": "7\" 45 RPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Track"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album Mellow Music was released in 1982 with \"A Step Ahead\" as its B-side. \nFormed in 1970, Stockton, California as Soul Struts, later becoming 3rd Creation and finally 9th Creation, the R&B, funk band was comprised of:\nA.D. Burrise, Bill Eriksen, Don Ray Allen, Gene Smith, Henry Anadon, J.D. Burrise, Jimmy Jones, Laurence Holman, Mike Micenheimer, Robert E. Clarke, Steven Rubio, and W. Thad Bourland.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}