Information about plays

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

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

{
    "id": 426454,
    "uri": "https://api.kexp.org/v2/plays/426454/?format=api",
    "airdate": "2001-05-21T05:35:00-07:00",
    "show": 7160,
    "show_uri": "https://api.kexp.org/v2/shows/7160/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wCsAnsyzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wCsAnsyzL._SL75_.jpg",
    "song": "Flor De Huevo",
    "track_id": "fff6e3ac-6c7a-4942-80df-30d10f43ad64",
    "recording_id": null,
    "artist": "Los Lobos",
    "artist_ids": [
        "2b9967c7-3246-4658-a561-ded5408dd9af"
    ],
    "album": "Putumayo Presents: Mexico",
    "release_id": "de5e1579-4491-4f5c-87eb-2ec4372f8a14",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2001-04-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}