Information about plays

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

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

{
    "id": 3421899,
    "uri": "https://api.kexp.org/v2/plays/3421899/?format=api",
    "airdate": "2024-11-05T23:56:23-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://coverartarchive.org/release/0055b558-7fc7-4e7d-ad60-1d9e1704dac9/39962504529-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0055b558-7fc7-4e7d-ad60-1d9e1704dac9/39962504529-250.jpg",
    "song": "Love Interruption",
    "track_id": null,
    "recording_id": "1ba99c41-e43c-472b-891d-f72cf1b48b49",
    "artist": "Jack White",
    "artist_ids": [
        "3ae2fb37-8a23-429d-9920-bac811c4fc22"
    ],
    "album": "Blunderbuss",
    "release_id": null,
    "release_group_id": "37f48931-e5e6-488f-a531-ad2db311158d",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2012-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jack White is a producer, guitarist, and songwriter. Former founding member of the White Stripes.\n\nhttps://jackwhiteiii.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}