Information about plays

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

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

{
    "id": 3416112,
    "uri": "https://api.kexp.org/v2/plays/3416112/?format=api",
    "airdate": "2024-10-23T01:00:49-07:00",
    "show": 61649,
    "show_uri": "https://api.kexp.org/v2/shows/61649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Times They Are A‐Changin’",
    "track_id": "3fea017e-ecb5-3c01-a639-0033b02a2c6e",
    "recording_id": "bb79ce9e-f3d5-4f84-b1a2-130f414f8034",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Dylan",
    "release_id": "ad5450fa-217d-3fcf-aa9f-1fe025848455",
    "release_group_id": "dd48dca0-74b5-33e0-8a3b-7b5af62a2203",
    "labels": [
        "Sony Music Media"
    ],
    "label_ids": [
        "f752481c-2e26-446f-bccf-e487aea582ed"
    ],
    "release_date": "2007-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Dylan's always timely and iconic 1964 anthem. OTD In 1963, Bob Dylan recorded his enduring anthem, “The Times They Are A-Changin.” Inspired by traditional Irish and Scottish ballads, the song reflected the social and political upheaval of the decade and became one of the singer-songwriter’s signature hits. Over the years, the song has been covered by countless artists, including The Byrds, Nina Simone, the Beach Boys, and Brandi Carlile.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}