Information about plays

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

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

{
    "id": 3415044,
    "uri": "https://api.kexp.org/v2/plays/3415044/?format=api",
    "airdate": "2024-10-20T10:02:00-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hard Times",
    "track_id": null,
    "recording_id": "39df32c6-c19a-4b65-9e28-4c6f2b3a5e1e",
    "artist": "Fruition",
    "artist_ids": [
        "c02617f9-2408-4434-8588-d06a123b73c0"
    ],
    "album": "Fruition",
    "release_id": null,
    "release_group_id": "928f61d4-420e-401a-a208-522550429481",
    "labels": [
        "Fruition, LLC"
    ],
    "label_ids": [
        "29d41e0e-fae0-46dc-a635-0b953d8ddc39"
    ],
    "release_date": "2010-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Portland, OR band describe themselves as an “accidental bluegrass” band\n\nhttps://www.aspentimes.com/news/accidental-bluegrass-fruition-plays-carbondale/\nhttps://fruition.bandcamp.com/album/fruition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}