Information about plays

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

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

{
    "id": 3421460,
    "uri": "https://api.kexp.org/v2/plays/3421460/?format=api",
    "airdate": "2024-11-04T22:41:54-08:00",
    "show": 61766,
    "show_uri": "https://api.kexp.org/v2/shows/61766/?format=api",
    "image_uri": "https://coverartarchive.org/release/9d97d2b5-1dea-4b37-86fa-0f8d3c398669/13056132989-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9d97d2b5-1dea-4b37-86fa-0f8d3c398669/13056132989-250.jpg",
    "song": "All Is Full of Love (Chris Su Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Surrounded",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [],
    "release_date": "2006-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There's always more Björk remixes to discover!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}