Information about plays

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

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

{
    "id": 3421682,
    "uri": "https://api.kexp.org/v2/plays/3421682/?format=api",
    "airdate": "2024-11-05T10:05:14-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia801905.us.archive.org/18/items/mbid-d6ffa966-8a58-4bb5-ad7d-c2fd42c2cd1c/mbid-d6ffa966-8a58-4bb5-ad7d-c2fd42c2cd1c-26539874886_thumb500.jpg",
    "thumbnail_uri": "https://ia801905.us.archive.org/18/items/mbid-d6ffa966-8a58-4bb5-ad7d-c2fd42c2cd1c/mbid-d6ffa966-8a58-4bb5-ad7d-c2fd42c2cd1c-26539874886_thumb250.jpg",
    "song": "Phenom",
    "track_id": "e8a3a3b2-9aaf-457d-9093-2cd04246e009",
    "recording_id": "c2e4cba6-c8cb-4baf-9e8b-4ea6e12ef9b9",
    "artist": "Thao & the Get Down Stay Down",
    "artist_ids": [
        "fae834bb-51d6-436f-9492-29455f42ba0d"
    ],
    "album": "Temple",
    "release_id": "cabe05de-7bf4-4f72-8e6e-c6bcef55ff53",
    "release_group_id": "21ee5fae-5a20-4d73-8e78-7a123f43de1d",
    "labels": [
        "Ribbon Music"
    ],
    "label_ids": [
        "ca3afed1-d509-465e-89d0-952d167b2abb"
    ],
    "release_date": "2020-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thao Nguyen said about \"Phenom\":  \"I was and am always in deep awe of the fierce and focused throughout history who have worked and organized at the front lines, calling bulls**t and protecting vulnerable life. They are the real phenoms and we are strong from their strength.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}