Information about plays

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

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

{
    "id": 3437426,
    "uri": "https://api.kexp.org/v2/plays/3437426/?format=api",
    "airdate": "2024-12-13T04:17:37-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "https://ia800306.us.archive.org/26/items/mbid-15e32d00-a602-4513-b46f-37c940270636/mbid-15e32d00-a602-4513-b46f-37c940270636-38700518243_thumb500.jpg",
    "thumbnail_uri": "https://ia800306.us.archive.org/26/items/mbid-15e32d00-a602-4513-b46f-37c940270636/mbid-15e32d00-a602-4513-b46f-37c940270636-38700518243_thumb250.jpg",
    "song": "Vicious Sensitive Robot",
    "track_id": "084a138f-4cad-4535-8053-060653a5cb6c",
    "recording_id": "bc7079f1-d4c5-4b6d-803d-fa2567922dac",
    "artist": "The Marías",
    "artist_ids": [
        "7a3970c9-ecd8-4eee-a267-4d8c77d97ff3"
    ],
    "album": "Submarine",
    "release_id": "15e32d00-a602-4513-b46f-37c940270636",
    "release_group_id": "217f8621-5905-48eb-a837-000aeb7b7500",
    "labels": [
        "Atlantic",
        "Nice Life"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "b977b21d-9a0d-4cb0-8f18-586d1d449a50"
    ],
    "release_date": "2024-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#8 favorite album of the year!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}