Information about plays

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

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

{
    "id": 3415590,
    "uri": "https://api.kexp.org/v2/plays/3415590/?format=api",
    "airdate": "2024-10-21T17:11:55-07:00",
    "show": 61638,
    "show_uri": "https://api.kexp.org/v2/shows/61638/?format=api",
    "image_uri": "https://coverartarchive.org/release/55d8cb54-624c-4163-8fca-354cb448229c/38165671057-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/55d8cb54-624c-4163-8fca-354cb448229c/38165671057-250.jpg",
    "song": "Breeze",
    "track_id": null,
    "recording_id": null,
    "artist": "Nubiyan Twist",
    "artist_ids": [
        "4fdddb48-b8a0-470d-9db4-e5fc77230d59"
    ],
    "album": "Find Your Flame (Deluxe Edition)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Strut Records"
    ],
    "label_ids": [],
    "release_date": "2024-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}