Information about plays

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

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

{
    "id": 450814,
    "uri": "https://api.kexp.org/v2/plays/450814/?format=api",
    "airdate": "2001-07-31T20:05:00-07:00",
    "show": 7624,
    "show_uri": "https://api.kexp.org/v2/shows/7624/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61SGZJ620ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61SGZJ620ML._SL75_.jpg",
    "song": "El Temporal",
    "track_id": "6c06214c-20a9-4567-8a0d-5398e0f1d66e",
    "recording_id": null,
    "artist": "Tulio Zuloaga",
    "artist_ids": [
        "9274dd22-8f0c-4197-a362-5fd1618c05e0"
    ],
    "album": "Putumayo Presents: Colombia",
    "release_id": "6e096386-1655-4781-967d-f4e32defb0a3",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2001-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}