Information about plays

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

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

{
    "id": 3343732,
    "uri": "https://api.kexp.org/v2/plays/3343732/?format=api",
    "airdate": "2024-05-04T13:12:07-07:00",
    "show": 60123,
    "show_uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "image_uri": "https://ia800509.us.archive.org/25/items/mbid-4cd29b10-b533-3ece-a551-23f95a03cbdf/mbid-4cd29b10-b533-3ece-a551-23f95a03cbdf-29373161455_thumb500.jpg",
    "thumbnail_uri": "https://ia800509.us.archive.org/25/items/mbid-4cd29b10-b533-3ece-a551-23f95a03cbdf/mbid-4cd29b10-b533-3ece-a551-23f95a03cbdf-29373161455_thumb250.jpg",
    "song": "Gratitude",
    "track_id": "2cfb46d8-05e2-37f1-aeab-615330de54dd",
    "recording_id": "ff146ced-1328-499b-ac37-4bc944bb9ffd",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Check Your Head",
    "release_id": "4cd29b10-b533-3ece-a551-23f95a03cbdf",
    "release_group_id": "b0935b00-1380-3777-b79d-bd49ef5fb9c0",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating Adam Nathaniel Yauch a.k.a. MCA from the Beastie Boys! MCA passed away on this day in 2012.",
    "play_type": "trackplay"
}