Information about plays

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

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

{
    "id": 3439343,
    "uri": "https://api.kexp.org/v2/plays/3439343/?format=api",
    "airdate": "2024-12-17T18:19:04-08:00",
    "show": 62136,
    "show_uri": "https://api.kexp.org/v2/shows/62136/?format=api",
    "image_uri": "https://ia902205.us.archive.org/6/items/mbid-d369d374-0ceb-3569-aabe-e8fbe700d85f/mbid-d369d374-0ceb-3569-aabe-e8fbe700d85f-954452270_thumb500.jpg",
    "thumbnail_uri": "https://ia802205.us.archive.org/6/items/mbid-d369d374-0ceb-3569-aabe-e8fbe700d85f/mbid-d369d374-0ceb-3569-aabe-e8fbe700d85f-954452270_thumb250.jpg",
    "song": "Daft Punk Is Playing at My House",
    "track_id": "31caf364-e0b1-34b0-9ae8-9c100f5e39f6",
    "recording_id": "3f85e09e-8bf1-4479-866d-75576dfbead6",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "LCD Soundsystem",
    "release_id": "d369d374-0ceb-3569-aabe-e8fbe700d85f",
    "release_group_id": "0276770a-5f4b-3b0a-936c-69e295f3c5b9",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2005-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Adam from Kristin!\n\n#74--Best Opening Songs as voted by KEXP listeners!\n\nThis track opens LCD Soundsystem's self-titled debut album from 2005. \nhttps://lcdsoundsystem.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}