Information about plays

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

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

{
    "id": 3428103,
    "uri": "https://api.kexp.org/v2/plays/3428103/?format=api",
    "airdate": "2024-11-21T03:54:46-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://coverartarchive.org/release/69c55139-0610-4422-b2bf-b580a7dd7597/38360278912-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/69c55139-0610-4422-b2bf-b580a7dd7597/38360278912-250.jpg",
    "song": "Eyes",
    "track_id": null,
    "recording_id": "becbaac6-592f-46a8-9942-138b6ecdf6d3",
    "artist": "The Honeycombs",
    "artist_ids": [
        "bf757df5-ad84-4ee0-ac4b-ac5b17a66346"
    ],
    "album": "Have I The Right? The Complete 60s Albums & Singles",
    "release_id": null,
    "release_group_id": "d3445878-c0a4-4456-bb85-81fb85bf49d6",
    "labels": [
        "RPM"
    ],
    "label_ids": [
        "4cc50f8c-7fce-4167-904c-190b7983559f"
    ],
    "release_date": "2020-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://youtu.be/y_ihSpgX4go?si=3HztY65th1UqZco1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}