Information about plays

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

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

{
    "id": 3421890,
    "uri": "https://api.kexp.org/v2/plays/3421890/?format=api",
    "airdate": "2024-11-05T23:27:41-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://ia601903.us.archive.org/7/items/mbid-faada5d1-971b-499c-b902-5bab9e03bc1b/mbid-faada5d1-971b-499c-b902-5bab9e03bc1b-4464617946_thumb500.jpg",
    "thumbnail_uri": "https://ia601903.us.archive.org/7/items/mbid-faada5d1-971b-499c-b902-5bab9e03bc1b/mbid-faada5d1-971b-499c-b902-5bab9e03bc1b-4464617946_thumb250.jpg",
    "song": "Sweet Jane",
    "track_id": "f1879b83-04ac-34db-b795-bcbefbf8a210",
    "recording_id": "0e9b7e3b-2912-4592-b335-2e7e8b3189a3",
    "artist": "Cowboy Junkies",
    "artist_ids": [
        "b52211f1-49a2-4cd2-8535-dd1ba37ea90b"
    ],
    "album": "The Trinity Session",
    "release_id": "faada5d1-971b-499c-b902-5bab9e03bc1b",
    "release_group_id": "585acc56-8d69-3282-9a1d-aafc6035895d",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1988-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Velvet Underground cover. This song was originally written by Lou Reed, who was often quoted as saying that the Cowboy Junkies' version was his favorite.\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}