Information about plays

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

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

{
    "id": 3439042,
    "uri": "https://api.kexp.org/v2/plays/3439042/?format=api",
    "airdate": "2024-12-17T00:55:00-08:00",
    "show": 62130,
    "show_uri": "https://api.kexp.org/v2/shows/62130/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e06fedc-14d9-4058-a8f3-045e5aef1d94/35241624098-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e06fedc-14d9-4058-a8f3-045e5aef1d94/35241624098-250.jpg",
    "song": "Hearsay",
    "track_id": null,
    "recording_id": null,
    "artist": "Borrowed CS",
    "artist_ids": [
        "46af6ff9-d15c-4627-a40e-16ec8970cfa2"
    ],
    "album": "Rise N Shine EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Planet Trip"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}