Information about plays

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

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

{
    "id": 3421729,
    "uri": "https://api.kexp.org/v2/plays/3421729/?format=api",
    "airdate": "2024-11-05T12:50:04-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia800209.us.archive.org/21/items/mbid-fa5f2e3e-e51e-4788-9007-2614854f3beb/mbid-fa5f2e3e-e51e-4788-9007-2614854f3beb-848783343_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/21/items/mbid-fa5f2e3e-e51e-4788-9007-2614854f3beb/mbid-fa5f2e3e-e51e-4788-9007-2614854f3beb-848783343_thumb250.jpg",
    "song": "Queenie",
    "track_id": "b3dc0044-a278-3381-a45c-946428910d4f",
    "recording_id": "857ae49e-1b33-46fb-8a0f-da444ebe7edf",
    "artist": "Bratmobile",
    "artist_ids": [
        "d6dfbc0b-d737-49df-be8e-517b85985bcb"
    ],
    "album": "Throw: The Yoyo Studio Compilation",
    "release_id": "fa5f2e3e-e51e-4788-9007-2614854f3beb",
    "release_group_id": "6a16f11e-585a-352a-a105-6436491fac00",
    "labels": [
        "YoYo"
    ],
    "label_ids": [
        "2409ad0b-9dcf-458b-a055-bccbe281b19e"
    ],
    "release_date": "1992-04-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "You can purchase Olympia band Bratmobile's debut album, \"Pottymouth,\" here: https://bratmobile.bandcamp.com/album/pottymouth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}