Information about plays

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

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

{
    "id": 3416596,
    "uri": "https://api.kexp.org/v2/plays/3416596/?format=api",
    "airdate": "2024-10-24T05:37:54-07:00",
    "show": 61658,
    "show_uri": "https://api.kexp.org/v2/shows/61658/?format=api",
    "image_uri": "https://ia902801.us.archive.org/11/items/mbid-1ce759f7-641e-409a-994d-5d3531127435/mbid-1ce759f7-641e-409a-994d-5d3531127435-25207136025_thumb500.jpg",
    "thumbnail_uri": "https://ia802801.us.archive.org/11/items/mbid-1ce759f7-641e-409a-994d-5d3531127435/mbid-1ce759f7-641e-409a-994d-5d3531127435-25207136025_thumb250.jpg",
    "song": "Any Colour You Like",
    "track_id": "b482466c-f44e-4ebd-b86c-f3c82fcd019e",
    "recording_id": "7c278a16-ae04-460c-88ea-39155cadcd09",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Dark Side of the Moon",
    "release_id": "1ce759f7-641e-409a-994d-5d3531127435",
    "release_group_id": "f5093c06-23e3-404f-aeaa-40f72885ee3a",
    "labels": [
        "Pink Floyd Records"
    ],
    "label_ids": [
        "96772f8e-b725-4f74-a053-921a573fa0e8"
    ],
    "release_date": "2016-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is an instrumental that is musically similar to \"Breathe,\" and is unofficially called \"Breathe (2nd reprise).\" \n\nhttps://www.songfacts.com/facts/pink-floyd/any-colour-you-like",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}