Information about plays

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

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

{
    "id": 3422411,
    "uri": "https://api.kexp.org/v2/plays/3422411/?format=api",
    "airdate": "2024-11-07T07:04:31-08:00",
    "show": 61786,
    "show_uri": "https://api.kexp.org/v2/shows/61786/?format=api",
    "image_uri": "https://ia800209.us.archive.org/0/items/mbid-4d12f56a-a1f7-463f-bfd3-0e72eec44e55/mbid-4d12f56a-a1f7-463f-bfd3-0e72eec44e55-13496682741_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/0/items/mbid-4d12f56a-a1f7-463f-bfd3-0e72eec44e55/mbid-4d12f56a-a1f7-463f-bfd3-0e72eec44e55-13496682741_thumb250.jpg",
    "song": "I&I",
    "track_id": "90b47e9f-6741-43f1-9579-17fee7526696",
    "recording_id": "450911ab-c129-415f-9303-b2b1de7ea337",
    "artist": "LUH",
    "artist_ids": [
        "45d5bc29-0a7c-49f9-b6e9-d768a3aee0e4"
    ],
    "album": "Spiritual Songs for Lovers to Sing",
    "release_id": "4d12f56a-a1f7-463f-bfd3-0e72eec44e55",
    "release_group_id": "668c6d6c-af52-4711-bd58-d89f79a07c01",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2016-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning and welcome to the Morning Show!\n\nCheck out LUH wonderful in-studio performance from 2018. It included \"I&I\": https://www.youtube.com/watch?v=FJX6JfqBTDk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}