Information about plays

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

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

{
    "id": 3428723,
    "uri": "https://api.kexp.org/v2/plays/3428723/?format=api",
    "airdate": "2024-11-22T15:17:30-08:00",
    "show": 61916,
    "show_uri": "https://api.kexp.org/v2/shows/61916/?format=api",
    "image_uri": "https://ia802803.us.archive.org/34/items/mbid-6f821b32-d742-4855-a92b-e4307a71d328/mbid-6f821b32-d742-4855-a92b-e4307a71d328-25157253217_thumb500.jpg",
    "thumbnail_uri": "https://ia802803.us.archive.org/34/items/mbid-6f821b32-d742-4855-a92b-e4307a71d328/mbid-6f821b32-d742-4855-a92b-e4307a71d328-25157253217_thumb250.jpg",
    "song": "Thousand Helmets of Gold",
    "track_id": "c84a5f9c-d3b0-4a26-847d-00a167d5b952",
    "recording_id": "2ff15000-fe23-4a2f-bd70-a28c4dc32d48",
    "artist": "Slift",
    "artist_ids": [
        "3d303095-020a-4b65-9419-b91a574c8c9b"
    ],
    "album": "Ummon",
    "release_id": "6f821b32-d742-4855-a92b-e4307a71d328",
    "release_group_id": "5d2c01db-823a-4066-8236-5d3652b555dd",
    "labels": [
        "Vicious Circle"
    ],
    "label_ids": [
        "3014f66e-77b0-4cbc-8798-5537f64ba857"
    ],
    "release_date": "2020-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Kevin in Little Rock!\n\nCheck out the full video of Slift LIVE on KEXP from when they dropped by back in September https://www.youtube.com/watch?v=n0FdkbeiThshttps://www.kexp.org/events/kexp-events/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}