Information about plays

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

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

{
    "id": 3429227,
    "uri": "https://api.kexp.org/v2/plays/3429227/?format=api",
    "airdate": "2024-11-23T21:10:56-08:00",
    "show": 61930,
    "show_uri": "https://api.kexp.org/v2/shows/61930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Predisposed Paranoia",
    "track_id": null,
    "recording_id": null,
    "artist": "Sweat",
    "artist_ids": [],
    "album": "Love Child",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Vitriol Records"
    ],
    "label_ids": [
        "a57640e6-8098-4c6c-94c8-dcd4d43827a9"
    ],
    "release_date": "2024-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Angeles, CA. Playing Sacramento Thurs. Jan 9, Eugene, OR Fri. Jan. 10, Tacoma, WA Sat. Jan. 11, Vancouver Jan. 12, Seattle Jan. 14, Portland Jan. 15, Redding Jan. 16, and more.\n\nhttps://vitriolrecords.bandcamp.com/album/love-child",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}