Information about plays

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

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

{
    "id": 416043,
    "uri": "https://api.kexp.org/v2/plays/416043/?format=api",
    "airdate": "2001-04-18T13:28:14-07:00",
    "show": 6942,
    "show_uri": "https://api.kexp.org/v2/shows/6942/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CbKFX8bTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CbKFX8bTL._SL75_.jpg",
    "song": "Aye?",
    "track_id": "cdfb5afa-a77c-4ba3-8a5f-625d4ee89992",
    "recording_id": null,
    "artist": "Martyn Bennett",
    "artist_ids": [
        "63847332-6618-40dd-ba1f-f57b388866ea"
    ],
    "album": "Bothy Culture",
    "release_id": "8c0875e8-14c2-408e-97b8-08fe8b734176",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "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"
}