Information about plays

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

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

{
    "id": 480227,
    "uri": "https://api.kexp.org/v2/plays/480227/?format=api",
    "airdate": "2001-10-25T19:39:07-07:00",
    "show": 8194,
    "show_uri": "https://api.kexp.org/v2/shows/8194/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21G5YVAT24L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21G5YVAT24L._SL75_.jpg",
    "song": "When a Man Can't Get a Woman Off His Mind",
    "track_id": "1ce07346-685c-4d33-88ed-1c6c27451db4",
    "recording_id": null,
    "artist": "Craig Morgan",
    "artist_ids": [
        "1415b94a-ae0d-4918-9100-1943e8227f1b"
    ],
    "album": "Craig Morgan",
    "release_id": "2fff612e-ec3c-4dc0-934f-c006657c53a1",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}