Information about plays

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

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

{
    "id": 3426974,
    "uri": "https://api.kexp.org/v2/plays/3426974/?format=api",
    "airdate": "2024-11-18T08:42:48-08:00",
    "show": 61883,
    "show_uri": "https://api.kexp.org/v2/shows/61883/?format=api",
    "image_uri": "https://ia601702.us.archive.org/29/items/mbid-e7ec83e5-e957-4fb5-81ac-92c4a7a8b945/mbid-e7ec83e5-e957-4fb5-81ac-92c4a7a8b945-40430672509_thumb500.jpg",
    "thumbnail_uri": "https://ia601702.us.archive.org/29/items/mbid-e7ec83e5-e957-4fb5-81ac-92c4a7a8b945/mbid-e7ec83e5-e957-4fb5-81ac-92c4a7a8b945-40430672509_thumb250.jpg",
    "song": "and the colour red",
    "track_id": "41762cc3-d1e1-40ee-9bae-3e07d5999599",
    "recording_id": "e5efc45c-d264-425f-9d79-e607a6c8af82",
    "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": "'Strawberry Hotel' is the eleventh studio album by British electronic group Underworld, just released last month. It is the group's first studio album in five years. \nhttps://www.underworldlive.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}