Information about plays

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

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

{
    "id": 3437581,
    "uri": "https://api.kexp.org/v2/plays/3437581/?format=api",
    "airdate": "2024-12-13T13:00:26-08:00",
    "show": 62097,
    "show_uri": "https://api.kexp.org/v2/shows/62097/?format=api",
    "image_uri": "https://ia902801.us.archive.org/20/items/mbid-278bfd76-9fef-336d-a84a-12787fda5b17/mbid-278bfd76-9fef-336d-a84a-12787fda5b17-8042795469_thumb500.jpg",
    "thumbnail_uri": "https://ia902801.us.archive.org/20/items/mbid-278bfd76-9fef-336d-a84a-12787fda5b17/mbid-278bfd76-9fef-336d-a84a-12787fda5b17-8042795469_thumb250.jpg",
    "song": "Linus Spacehead",
    "track_id": "d4ca3700-a277-3f6d-9661-242d72543264",
    "recording_id": "4c892a93-8c94-4b02-9dec-d7a11b5b90f6",
    "artist": "Wavves",
    "artist_ids": [
        "763cf642-45ad-42ed-a1c3-e977eaa3b260"
    ],
    "album": "King of the Beach",
    "release_id": "278bfd76-9fef-336d-a84a-12787fda5b17",
    "release_group_id": "789b693b-61f7-4727-a7b8-baac1ef185aa",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2010-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"In its quest for an endless summer, King of the Beach wears its California lineage with pride. It's major-key and resplendently colored, owing as much to Orange County skate-punk as it does to the Beach Boys.- Ian Cohen of Pitchfork 8.4/10\"\n\nhttps://wavvesband.bandcamp.com/album/king-of-the-beach",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}