Information about plays

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

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

{
    "id": 3421261,
    "uri": "https://api.kexp.org/v2/plays/3421261/?format=api",
    "airdate": "2024-11-04T09:10:10-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://ia601702.us.archive.org/29/items/mbid-e7ec83e5-e957-4fb5-81ac-92c4a7a8b945/mbid-e7ec83e5-e957-4fb5-81ac-92c4a7a8b945-39808952549_thumb500.jpg",
    "thumbnail_uri": "https://ia601702.us.archive.org/29/items/mbid-e7ec83e5-e957-4fb5-81ac-92c4a7a8b945/mbid-e7ec83e5-e957-4fb5-81ac-92c4a7a8b945-39808952549_thumb250.jpg",
    "song": "Hilo Sky",
    "track_id": "0c3ebf26-6503-4248-ba3c-f67d3bcbee1c",
    "recording_id": "cb4bab81-2e81-4970-abb3-16e972138b51",
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Strawberry Hotel",
    "release_id": "f77c2e64-70d4-4709-be6e-b4eea59d8838",
    "release_group_id": "0252b002-a462-450d-83ec-85129af179af",
    "labels": [
        "Smith Hyde Productions"
    ],
    "label_ids": [
        "28cac4ff-17f7-4b77-9b6a-4655465830ea"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new from Underworld\nhttps://underworld.bandcamp.com/track/hilo-sky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}