Information about plays

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

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

{
    "id": 3415240,
    "uri": "https://api.kexp.org/v2/plays/3415240/?format=api",
    "airdate": "2024-10-20T19:09:09-07:00",
    "show": 61629,
    "show_uri": "https://api.kexp.org/v2/shows/61629/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baila Lola",
    "track_id": null,
    "recording_id": null,
    "artist": "Al Sandaval and Five Easy Pieces",
    "artist_ids": [],
    "album": "7\" 45 RPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tiki"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Al Sandaval and Five Easy Pieces released \"Baila Lola\" out of Albuquerque New Mexico in 1980 as a B-side to \"I'll Wake You Up When I Get Home.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}