Information about plays

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

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

{
    "id": 356601,
    "uri": "https://api.kexp.org/v2/plays/356601/?format=api",
    "airdate": "2019-07-19T20:12:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Azucar de caña",
    "track_id": "7c5f3926-8f57-3f51-9ba2-962d36312ec1",
    "recording_id": null,
    "artist": "Eva Ayllon",
    "artist_ids": [],
    "album": "Putumayo Presents: Latinas: Women of Latin America",
    "release_id": "fdab6872-52a7-4e83-89a4-936fbd98998b",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2000-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Every week we take a dancing tour to a different location or nation. Tonight it's Peru with Susana Baca & Eva Ayllon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}