Information about plays

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

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

{
    "id": 3421272,
    "uri": "https://api.kexp.org/v2/plays/3421272/?format=api",
    "airdate": "2024-11-04T09:37:54-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://coverartarchive.org/release/381ec92c-7ed0-4965-a178-4a4932a34ef1/38764024051-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/381ec92c-7ed0-4965-a178-4a4932a34ef1/38764024051-250.jpg",
    "song": "Feeling Good",
    "track_id": null,
    "recording_id": "92a68c94-99aa-4601-bc81-d751ca22f7b5",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Perfect Days OST",
    "release_id": null,
    "release_group_id": "8625eb42-0451-45e2-99bb-2d40c503eff4",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hey John and crew, I've just had an important relationship in my life end (as of like an hour ago). This weekend I watched Perfect Days based on your recommendation, John, and its gentleness and joy hit me hard. If you'd play something from its soundtrack, I'd love to hear it.\" \n-Tristan in Colorado",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}