Information about plays

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

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

{
    "id": 3422493,
    "uri": "https://api.kexp.org/v2/plays/3422493/?format=api",
    "airdate": "2024-11-07T11:51:06-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://ia802904.us.archive.org/22/items/mbid-bc41ef31-41ab-39b4-8649-277cc2f20526/mbid-bc41ef31-41ab-39b4-8649-277cc2f20526-13806496429_thumb500.jpg",
    "thumbnail_uri": "https://ia802904.us.archive.org/22/items/mbid-bc41ef31-41ab-39b4-8649-277cc2f20526/mbid-bc41ef31-41ab-39b4-8649-277cc2f20526-13806496429_thumb250.jpg",
    "song": "Solsbury Hill",
    "track_id": "0f0121a5-887b-37d2-8a45-8f0e6144bf73",
    "recording_id": "84f5e49f-e1f8-4d97-b313-32aac570eb66",
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "Peter Gabriel",
    "release_id": "bc41ef31-41ab-39b4-8649-277cc2f20526",
    "release_group_id": "4e6f2a81-ec6d-378c-a824-0cd0538bbb21",
    "labels": [
        "Charisma"
    ],
    "label_ids": [
        "924da91f-86a6-4f15-842f-b9afb645fe5c"
    ],
    "release_date": "1977-02-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1977 release was Gabriel's first single as a solo artist. Most of Peter Gabriel's songs have lyrics made up of various images that come to him, but \"Solsbury Hill\" was a rare autobiographical song, dealing with his break as lead singer of the band Genesis and anticipation of his new challenge as a solo artist. Solsbury Hill is located near Bath, England, where Gabriel would often walk or jog.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}