Information about plays

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

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

{
    "id": 3439746,
    "uri": "https://api.kexp.org/v2/plays/3439746/?format=api",
    "airdate": "2024-12-18T17:44:00-08:00",
    "show": 62144,
    "show_uri": "https://api.kexp.org/v2/shows/62144/?format=api",
    "image_uri": "https://ia601302.us.archive.org/29/items/mbid-0b0ca6cc-f793-3dd8-9329-611a9fb08ae2/mbid-0b0ca6cc-f793-3dd8-9329-611a9fb08ae2-6136527070_thumb500.jpg",
    "thumbnail_uri": "https://ia601302.us.archive.org/29/items/mbid-0b0ca6cc-f793-3dd8-9329-611a9fb08ae2/mbid-0b0ca6cc-f793-3dd8-9329-611a9fb08ae2-6136527070_thumb250.jpg",
    "song": "You Know I’m No Good",
    "track_id": "1b630089-e334-3d08-a199-879526676f31",
    "recording_id": "222e611f-2e4b-4569-80a4-0a38402f0c63",
    "artist": "Amy Winehouse",
    "artist_ids": [
        "dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3"
    ],
    "album": "Back to Black",
    "release_id": "0b0ca6cc-f793-3dd8-9329-611a9fb08ae2",
    "release_group_id": "6eac2e57-ee50-36f8-b0c4-c4c847a2c098",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2008-02-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Back in Black' was Amy Winehouse's second and final studio album. Originally recorded as a solo track, it was remixed with guest vocals from the Wu-Tang Clan member Ghostface Killah. The original appeared on Winehouse's album, while the version with Ghostface Killah appears on his album 'More Fish'.\nhttps://bit.ly/2OxrW1g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}