Information about plays

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

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

{
    "id": 450440,
    "uri": "https://api.kexp.org/v2/plays/450440/?format=api",
    "airdate": "2001-07-30T19:32:43-07:00",
    "show": 7618,
    "show_uri": "https://api.kexp.org/v2/shows/7618/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A5186FVFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A5186FVFL._SL75_.jpg",
    "song": "Yesá",
    "track_id": "a955e61c-acc8-43c9-b68a-494f08efae5b",
    "recording_id": null,
    "artist": "Orlando \"Puntilla\" Rios y Nueva Generación",
    "artist_ids": [
        "1c180885-a90c-4d6e-a918-47d79d8d34ae"
    ],
    "album": "New York City: Global Beat of the Boroughs (disc 1)",
    "release_id": "791f5bf1-b0be-4574-9311-a00e02ef0477",
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}