Information about plays

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

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

{
    "id": 444556,
    "uri": "https://api.kexp.org/v2/plays/444556/?format=api",
    "airdate": "2001-07-12T23:22:30-07:00",
    "show": 7502,
    "show_uri": "https://api.kexp.org/v2/shows/7502/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CXNJ2E69L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CXNJ2E69L._SL75_.jpg",
    "song": "Gapu (Tidal Mix)",
    "track_id": "80c4e1f1-aa44-4d92-82f4-d9e7755ea1a1",
    "recording_id": null,
    "artist": "Yothu Yindi",
    "artist_ids": [
        "af5958c6-59b0-4335-a245-ddd46c4a4d9e"
    ],
    "album": "Freedom",
    "release_id": "54a79abb-2ea1-4bf0-a262-734a31377a59",
    "release_group_id": null,
    "labels": [
        "Mushroom"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}