Information about plays

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

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

{
    "id": 443046,
    "uri": "https://api.kexp.org/v2/plays/443046/?format=api",
    "airdate": "2001-07-09T02:13:50-07:00",
    "show": 7480,
    "show_uri": "https://api.kexp.org/v2/shows/7480/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51S-u9SRPNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51S-u9SRPNL._SL75_.jpg",
    "song": "Fixin' to Die Blues",
    "track_id": "a82c7d48-3243-440d-b622-d5f0a71e3642",
    "recording_id": null,
    "artist": "Bukka White",
    "artist_ids": [
        "882af819-887e-4691-a4af-b14613058942"
    ],
    "album": "The Complete Bukka White",
    "release_id": "124e57a1-1583-49ed-90a1-77b5e03106c0",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}