Information about plays

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

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

{
    "id": 3339786,
    "uri": "https://api.kexp.org/v2/plays/3339786/?format=api",
    "airdate": "2024-04-25T06:01:55-07:00",
    "show": 60041,
    "show_uri": "https://api.kexp.org/v2/shows/60041/?format=api",
    "image_uri": "https://ia801203.us.archive.org/32/items/mbid-86a0216e-0562-4e9b-be75-4d0883977f4c/mbid-86a0216e-0562-4e9b-be75-4d0883977f4c-37519999944_thumb500.jpg",
    "thumbnail_uri": "https://ia601203.us.archive.org/32/items/mbid-86a0216e-0562-4e9b-be75-4d0883977f4c/mbid-86a0216e-0562-4e9b-be75-4d0883977f4c-37519999944_thumb250.jpg",
    "song": "Crazy Again",
    "track_id": "8e826898-c75b-4b8a-bd42-c28669f64a28",
    "recording_id": "3f44a731-ef60-4d24-8f66-2e5d122e76c4",
    "artist": "Gossip",
    "artist_ids": [
        "0f96c38b-8e21-4571-afe0-cb11196a8acd"
    ],
    "album": "Real Power",
    "release_id": "86a0216e-0562-4e9b-be75-4d0883977f4c",
    "release_group_id": "acdf407e-e34e-4e25-bdcc-3d26fff792b9",
    "labels": [
        "Columbia Local"
    ],
    "label_ids": [
        "d27f33f7-f22b-43a7-ac98-f789c258888a"
    ],
    "release_date": "2024-03-22",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland trio Gossip's first album in twelve years, \"Real Power,\" was produced by Rick Rubin!\n\nYou can see their colorful music video here: https://www.youtube.com/watch?v=hgTOXSZN7g8",
    "play_type": "trackplay"
}