Information about plays

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

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

{
    "id": 3428145,
    "uri": "https://api.kexp.org/v2/plays/3428145/?format=api",
    "airdate": "2024-11-21T06:08:09-08:00",
    "show": 61906,
    "show_uri": "https://api.kexp.org/v2/shows/61906/?format=api",
    "image_uri": "https://ia801301.us.archive.org/5/items/mbid-594642e7-8f6d-4780-8f04-aa489607318a/mbid-594642e7-8f6d-4780-8f04-aa489607318a-6202190745_thumb500.jpg",
    "thumbnail_uri": "https://ia801301.us.archive.org/5/items/mbid-594642e7-8f6d-4780-8f04-aa489607318a/mbid-594642e7-8f6d-4780-8f04-aa489607318a-6202190745_thumb250.jpg",
    "song": "Stoned and Starving",
    "track_id": "ba318b72-25b5-384e-b444-e46e847cea4f",
    "recording_id": "f654f568-f1f8-4007-9886-6b634cb5f756",
    "artist": "Parquet Courts",
    "artist_ids": [
        "e01755e3-58ab-4a5b-a9e9-a0a3bd3dff4c"
    ],
    "album": "Light Up Gold",
    "release_id": "594642e7-8f6d-4780-8f04-aa489607318a",
    "release_group_id": "c17055ca-cef5-4edf-bb76-fcfa4c62d53c",
    "labels": [
        "What's Your Rupture?"
    ],
    "label_ids": [
        "57a33832-c708-4bda-b9b8-25c0a065027c"
    ],
    "release_date": "2013-01-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request for Ed in Massachusetts! \n\nLight up Gold is the second studio album from Brooklyn-based band Parquet Courts. Parquet Courts came to KEXP and hung out with our guy Troy and made this awesome live session in 2022, check it out! https://www.youtube.com/watch?v=nosnI73gs10",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}