Information about plays

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

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

{
    "id": 3437314,
    "uri": "https://api.kexp.org/v2/plays/3437314/?format=api",
    "airdate": "2024-12-12T21:28:57-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wood (Instrumental)",
    "track_id": null,
    "recording_id": null,
    "artist": "Rostam",
    "artist_ids": [
        "66a7117a-4b67-4a85-83bf-94491340d22d"
    ],
    "album": "Wood",
    "release_id": null,
    "release_group_id": "e64c2aca-1371-4eed-974d-2c574352a37d",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2011-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rostam Batmanglij, also known as Rostam, is an American record producer, musician, singer, songwriter, and composer. He was a founding member of the band Vampire Weekend, whose first three albums he produced. He has been described by Stereogum as \"one of the greatest pop and indie-rock producers of his generation.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}