Information about plays

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

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

{
    "id": 342660,
    "uri": "https://api.kexp.org/v2/plays/342660/?format=api",
    "airdate": "2019-06-17T18:31:24-07:00",
    "show": 5715,
    "show_uri": "https://api.kexp.org/v2/shows/5715/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Que Puedo Hacer",
    "track_id": null,
    "recording_id": null,
    "artist": "Los Planetas",
    "artist_ids": [
        "6f28b158-4d1a-4f31-9339-7f381e3c4ee1"
    ],
    "album": "Super 8",
    "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": "Los Planetas (The Planets) is a Spanish indie rock group from the city of Granada which started out in the second half of the 1990s and continue now through the 2000s. <br>\n<br>\nhttps://bit.ly/1ykmUF1\n<br>\nLos Planetas (The Planets) es un grupo de rock indie español de la ciudad de Granada que comenzó en la segunda mitad de la década de 1990 y continúa hasta la década de 2000.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}