Information about plays

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

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

{
    "id": 3428093,
    "uri": "https://api.kexp.org/v2/plays/3428093/?format=api",
    "airdate": "2024-11-21T03:16:34-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://ia800801.us.archive.org/2/items/mbid-e53f7c4f-954e-4058-bebf-b44907ff2685/mbid-e53f7c4f-954e-4058-bebf-b44907ff2685-39949365443_thumb500.jpg",
    "thumbnail_uri": "https://ia800801.us.archive.org/2/items/mbid-e53f7c4f-954e-4058-bebf-b44907ff2685/mbid-e53f7c4f-954e-4058-bebf-b44907ff2685-39949365443_thumb250.jpg",
    "song": "I Never Looked In My Eyes",
    "track_id": "d53134c9-9723-4824-803f-eb93262c69c8",
    "recording_id": "af12f855-6ac3-4e3e-b86a-8571c6aa56fb",
    "artist": "Painted Vein",
    "artist_ids": [
        "ea1752c0-d057-4395-bca3-8fa3448d43b4"
    ],
    "album": "Dripping Only Black",
    "release_id": "e53f7c4f-954e-4058-bebf-b44907ff2685",
    "release_group_id": "f318091b-0685-46ed-8aef-ec514beba7cc",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-11-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}