Information about plays

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

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

{
    "id": 3439350,
    "uri": "https://api.kexp.org/v2/plays/3439350/?format=api",
    "airdate": "2024-12-17T18:44:03-08:00",
    "show": 62136,
    "show_uri": "https://api.kexp.org/v2/shows/62136/?format=api",
    "image_uri": "https://ia801008.us.archive.org/10/items/mbid-947f059f-25ba-4807-9f27-79694d11b039/mbid-947f059f-25ba-4807-9f27-79694d11b039-19171503466_thumb500.jpg",
    "thumbnail_uri": "https://ia801008.us.archive.org/10/items/mbid-947f059f-25ba-4807-9f27-79694d11b039/mbid-947f059f-25ba-4807-9f27-79694d11b039-19171503466_thumb250.jpg",
    "song": "Price Of Gas",
    "track_id": "49d94856-8695-4f43-8560-939b6a8d44dc",
    "recording_id": "720c117a-89c3-4826-a623-23e2ffcbc9d3",
    "artist": "Bloc Party",
    "artist_ids": [
        "8c538f11-c141-4588-8ecb-931083524186"
    ],
    "album": "Silent Alarm",
    "release_id": "947f059f-25ba-4807-9f27-79694d11b039",
    "release_group_id": "f3f82b80-b2c5-3151-be53-5cb5803860e0",
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2005-12-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\" Silent Alarm,\" was Bloc Party's powerful debut album.  The review says, \"The silly bandname may belie their sober and resolute sound, but it's of little consequence in the shadow of this record's charismatic sophistication and outstanding songwriting that emphasizes substance-over-style, contrasting with their peers in Interpol and Franz Ferdinand.\": https://pitchfork.com/reviews/albums/1130-silent-alarm/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}