Information about plays

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

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

{
    "id": 3428165,
    "uri": "https://api.kexp.org/v2/plays/3428165/?format=api",
    "airdate": "2024-11-21T07:13:49-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "https://ia800508.us.archive.org/1/items/mbid-9ab0d7be-3de2-4681-9347-b24c23d99a6d/mbid-9ab0d7be-3de2-4681-9347-b24c23d99a6d-36604441620_thumb500.jpg",
    "thumbnail_uri": "https://ia600508.us.archive.org/1/items/mbid-9ab0d7be-3de2-4681-9347-b24c23d99a6d/mbid-9ab0d7be-3de2-4681-9347-b24c23d99a6d-36604441620_thumb250.jpg",
    "song": "Lit Up",
    "track_id": "ef3ecbe6-cd86-3d9e-a437-b1b7fc55512a",
    "recording_id": "493da5c7-8b55-4812-aae0-3a8f058414a9",
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "Alligator",
    "release_id": "75abcec3-1432-3b63-ba0a-9e49279e314f",
    "release_group_id": "8bebb379-ac9e-3283-b230-a2d3deae7346",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2005-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From 2005's Alligator. Watch the National play live on KEXP back in 2017:\nhttps://www.youtube.com/watch?v=UKOq5rAFoJw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}