Information about plays

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

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

{
    "id": 3420310,
    "uri": "https://api.kexp.org/v2/plays/3420310/?format=api",
    "airdate": "2024-11-02T02:47:13-07:00",
    "show": 61739,
    "show_uri": "https://api.kexp.org/v2/shows/61739/?format=api",
    "image_uri": "https://coverartarchive.org/release/bf277ad8-130a-4b5f-8aba-b35ea1617f2f/35397914334-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bf277ad8-130a-4b5f-8aba-b35ea1617f2f/35397914334-250.jpg",
    "song": "Parts",
    "track_id": null,
    "recording_id": "dd53f27e-1a5e-465d-b75f-317abb3b0640",
    "artist": "Perspects",
    "artist_ids": [
        "ef93cbe5-cc90-4e66-abee-de99d76c1400"
    ],
    "album": "Peopleskills",
    "release_id": null,
    "release_group_id": "72068447-af83-4ee9-8664-3f60deda86ab",
    "labels": [
        "Interdimensional Transmissions"
    ],
    "label_ids": [
        "d2f08589-bafa-4abd-b01d-b6a0698570bf"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/master/25906-Perspects-Peopleskills",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}