Information about plays

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

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

{
    "id": 3437284,
    "uri": "https://api.kexp.org/v2/plays/3437284/?format=api",
    "airdate": "2024-12-12T19:37:30-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "https://ia801307.us.archive.org/16/items/mbid-5af21a0e-3316-41f3-8a8a-8bdefb9b5a13/mbid-5af21a0e-3316-41f3-8a8a-8bdefb9b5a13-38040454928_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/16/items/mbid-5af21a0e-3316-41f3-8a8a-8bdefb9b5a13/mbid-5af21a0e-3316-41f3-8a8a-8bdefb9b5a13-38040454928_thumb250.jpg",
    "song": "Love",
    "track_id": "af019233-8edc-4bc5-9d7e-4bce4fcc2753",
    "recording_id": "bf29c435-7820-4c2f-b15b-33d9d74661c3",
    "artist": "Hana Vu",
    "artist_ids": [
        "5a75b564-a3ab-42b3-8848-6e4c08f65c3b"
    ],
    "album": "Romanticism",
    "release_id": "5af21a0e-3316-41f3-8a8a-8bdefb9b5a13",
    "release_group_id": "ff93f052-887d-4164-a9b5-af525809f579",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2024-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hana Vu is an American DIY singer-songwriter from Los Angeles. She is of Vietnamese and Korean descent. Vu began writing songs as a child and started performing around L.A. by the age of 14, eventually opening for bands like Soccer Mommy and Wet. \n\nCheck out Hana Vu's KEXP Live in-studio session:\nhttps://www.youtube.com/watch?v=qbvxJz4nnsY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}