Information about plays

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

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

{
    "id": 369578,
    "uri": "https://api.kexp.org/v2/plays/369578/?format=api",
    "airdate": "2019-08-19T19:44:00-07:00",
    "show": 6162,
    "show_uri": "https://api.kexp.org/v2/shows/6162/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cuando Muere una Lengua (feat. Rubén Albarrán)",
    "track_id": null,
    "recording_id": null,
    "artist": "Ampersan",
    "artist_ids": [
        "3e4eb4bd-6a81-40e8-8b37-e33044504894"
    ],
    "album": "6 Conejo",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Cuando muere una lengua\" Ampersan Ft. Rubén Albarrán (lead vocals from the band Café Tacvba) as part of their third studio album \"6 Conejo\".<br>\n<br>\n\"Cuando muere una lengua\" Ampersan Ft. Rubén Albarrán (voz principal de la banda Café Tacvba) como parte de su tercer álbum de estudio \"6 Conejo\".<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}