Information about plays

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

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

{
    "id": 3424991,
    "uri": "https://api.kexp.org/v2/plays/3424991/?format=api",
    "airdate": "2024-11-13T13:25:05-08:00",
    "show": 61841,
    "show_uri": "https://api.kexp.org/v2/shows/61841/?format=api",
    "image_uri": "https://ia803004.us.archive.org/22/items/mbid-2fa48352-7734-4829-a8be-db1139e948cf/mbid-2fa48352-7734-4829-a8be-db1139e948cf-23981592421_thumb500.jpg",
    "thumbnail_uri": "https://ia803004.us.archive.org/22/items/mbid-2fa48352-7734-4829-a8be-db1139e948cf/mbid-2fa48352-7734-4829-a8be-db1139e948cf-23981592421_thumb250.jpg",
    "song": "Keepin’ the Faith",
    "track_id": "003ba041-820a-3c08-a2d9-d9f0d4bfff27",
    "recording_id": "742ea211-1c3a-48f8-bafe-83da2e1c8c8a",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "De La Soul Is Dead",
    "release_id": "2fa48352-7734-4829-a8be-db1139e948cf",
    "release_group_id": "0be4cdd5-ed37-3842-82ba-7f9983a34473",
    "labels": [
        "Tommy Boy",
        "Tommy Boy Music"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f",
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1991-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Keepin' the Faith\" contains samples of \"Sign of the Times\" by Bob James, \"Just a Touch of Love\" by Slave, \"Could You Be Loved\" by Bob Marley and The Wailers, and 8 other songs.: https://www.whosampled.com/De-La-Soul/Keepin%27-the-Faith/samples/\n--\nEnjoy the official music video for \"Keepin' the Faith\": https://www.youtube.com/watch?v=JnHSgaBtpIs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}