Information about plays

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

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

{
    "id": 3428546,
    "uri": "https://api.kexp.org/v2/plays/3428546/?format=api",
    "airdate": "2024-11-22T06:07:00-08:00",
    "show": 61913,
    "show_uri": "https://api.kexp.org/v2/shows/61913/?format=api",
    "image_uri": "https://ia801009.us.archive.org/9/items/mbid-12d52ce8-e1fa-4271-a573-e82089561e06/mbid-12d52ce8-e1fa-4271-a573-e82089561e06-23588475478_thumb500.jpg",
    "thumbnail_uri": "https://ia601009.us.archive.org/9/items/mbid-12d52ce8-e1fa-4271-a573-e82089561e06/mbid-12d52ce8-e1fa-4271-a573-e82089561e06-23588475478_thumb250.jpg",
    "song": "Under the Boardwalk",
    "track_id": "206d1695-0982-312f-807f-cb5fcc3cad73",
    "recording_id": "aed9b3ce-0674-4f97-b1d5-0677554269f7",
    "artist": "Tom Tom Club",
    "artist_ids": [
        "3dc66525-d359-406d-9cdf-cdd3a7de289c"
    ],
    "album": "Tom Tom Club",
    "release_id": "12d52ce8-e1fa-4271-a573-e82089561e06",
    "release_group_id": "9a01f6b5-61f6-3b10-b1ab-735359fc407b",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-07-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tom Tom's 1987 Remake of the Drifters' original 1964 hit \"Under the Boardwalk\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}