Information about plays

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

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

{
    "id": 3434028,
    "uri": "https://api.kexp.org/v2/plays/3434028/?format=api",
    "airdate": "2024-12-05T03:30:57-08:00",
    "show": 62027,
    "show_uri": "https://api.kexp.org/v2/shows/62027/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Match",
    "track_id": null,
    "recording_id": null,
    "artist": "Jah9",
    "artist_ids": [
        "cac634ea-5a1b-4004-a94e-35cdd4e27f13"
    ],
    "album": "Match",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new! Check out Jah9's Live on KEXP performance from 2017 hosted by DJ Miss Ashley: https://www.youtube.com/watch?v=qyXjt7QsDrQ Jah9's Open Heart was selected by DJ Miss Ashley as Song of the Day in 2023 and featured on KEXP's podcast, In Our Headphones: https://www.kexp.org/podcasts/song-of-the-day/2023/8/1/jah9-open-heart/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}