Information about plays

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

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

{
    "id": 355196,
    "uri": "https://api.kexp.org/v2/plays/355196/?format=api",
    "airdate": "2019-07-16T19:00:35-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Migra",
    "track_id": "51ed6c76-f155-3474-971f-e5d8ffed62d5",
    "recording_id": null,
    "artist": "Quetzal",
    "artist_ids": [
        "329ee384-0ffd-404b-9d87-a1e02fc661e3"
    ],
    "album": "Die Cowboy Die",
    "release_id": "a2a35828-4d4a-4177-86e9-0bd3cb37ff72",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2006-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Quetzal is a bilingual (Spanish-English) Chicano rock band from East Los Angeles, California. The band was founded with the intention of pushing the boundaries of Chicano music and is currently one of Los Angeles' most important and successful groups. They play a mix of Mexican and Afro-Cuban rhythms, jazz, rhythm and blues, and rock music, supercharged by the dynamic vocals of lead singer and composer Martha Gonzalez.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}