Information about plays

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

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

{
    "id": 3422405,
    "uri": "https://api.kexp.org/v2/plays/3422405/?format=api",
    "airdate": "2024-11-07T06:48:36-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "https://ia600403.us.archive.org/2/items/mbid-546f9ef0-a5c4-4e67-96c5-46a9d366b5a4/mbid-546f9ef0-a5c4-4e67-96c5-46a9d366b5a4-13571676148_thumb500.jpg",
    "thumbnail_uri": "https://ia600403.us.archive.org/2/items/mbid-546f9ef0-a5c4-4e67-96c5-46a9d366b5a4/mbid-546f9ef0-a5c4-4e67-96c5-46a9d366b5a4-13571676148_thumb250.jpg",
    "song": "Father and Son",
    "track_id": "703ae4b5-94b5-357b-8a61-5516cfb9d30b",
    "recording_id": "1fbde198-a68c-451c-b50d-20f272ddc157",
    "artist": "Cat Stevens",
    "artist_ids": [
        "e2345fdf-2be7-47c5-a6dd-be64353ad134"
    ],
    "album": "Tea for the Tillerman",
    "release_id": "546f9ef0-a5c4-4e67-96c5-46a9d366b5a4",
    "release_group_id": "418678e7-2807-3bed-a305-11b4181e533e",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1970-11-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevens has said of the song,\n\n\"Some people think that I was taking the son’s side. But how could I have sung the father’s side if I couldn’t have understood it, too? I was listening to that song recently and I heard one line and realized that that was my father’s father’s father’s father’s father’s father’s father’s father speaking.\"\n\nhttps://genius.com/Cat-stevens-father-and-son-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}