Information about plays

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

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

{
    "id": 3422558,
    "uri": "https://api.kexp.org/v2/plays/3422558/?format=api",
    "airdate": "2024-11-07T16:13:19-08:00",
    "show": 61789,
    "show_uri": "https://api.kexp.org/v2/shows/61789/?format=api",
    "image_uri": "https://ia600509.us.archive.org/16/items/mbid-aaddcee7-f6b5-4192-b6b7-a3f4f8762c90/mbid-aaddcee7-f6b5-4192-b6b7-a3f4f8762c90-39562518544_thumb500.jpg",
    "thumbnail_uri": "https://ia600509.us.archive.org/16/items/mbid-aaddcee7-f6b5-4192-b6b7-a3f4f8762c90/mbid-aaddcee7-f6b5-4192-b6b7-a3f4f8762c90-39562518544_thumb250.jpg",
    "song": "777",
    "track_id": "a0e7c0ec-f5b3-4d93-b871-33dcad2a8663",
    "recording_id": "2adc764d-4373-44b3-ae9f-7605ee5b902b",
    "artist": "dogworld",
    "artist_ids": [
        "075e17aa-c9d0-4492-bb15-f3c5d6c002ab"
    ],
    "album": "RANGE",
    "release_id": "aaddcee7-f6b5-4192-b6b7-a3f4f8762c90",
    "release_group_id": "24e0012b-2308-489c-8635-8cfc43de68ee",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-08-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of the single 777, dogworld share “Starting out as a demo made by Jesse, ‘777’ quickly evolved from a chord progression into a full song – merging rap-like spoken word verses with shimmering vocal harmony choruses.\"\nhttps://dogworldband.bandcamp.com/track/777",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}