Information about plays

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

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

{
    "id": 3428154,
    "uri": "https://api.kexp.org/v2/plays/3428154/?format=api",
    "airdate": "2024-11-21T06:42:13-08:00",
    "show": 61906,
    "show_uri": "https://api.kexp.org/v2/shows/61906/?format=api",
    "image_uri": "https://ia601203.us.archive.org/24/items/mbid-b244c9ec-be2c-36b7-a9ae-d656c5538a1a/mbid-b244c9ec-be2c-36b7-a9ae-d656c5538a1a-14484620789_thumb500.jpg",
    "thumbnail_uri": "https://ia801203.us.archive.org/24/items/mbid-b244c9ec-be2c-36b7-a9ae-d656c5538a1a/mbid-b244c9ec-be2c-36b7-a9ae-d656c5538a1a-14484620789_thumb250.jpg",
    "song": "Bike",
    "track_id": "364f4a2b-08ae-311c-992e-db692ffcf190",
    "recording_id": "1c42ff6c-6c59-40ef-9564-a935b3551949",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Piper at the Gates of Dawn",
    "release_id": "b244c9ec-be2c-36b7-a9ae-d656c5538a1a",
    "release_group_id": "6792b6d1-4e65-3c3c-9d20-d08aa1dcfc60",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some Syd for Mark in Delaware...!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}