Information about plays

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

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

{
    "id": 1277089,
    "uri": "https://api.kexp.org/v2/plays/1277089/?format=api",
    "airdate": "2007-09-09T09:53:00-07:00",
    "show": 22352,
    "show_uri": "https://api.kexp.org/v2/shows/22352/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Y656WS41L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Y656WS41L._SL75_.jpg",
    "song": "Cheatin' Woman",
    "track_id": "512afde0-83bf-44f7-97e9-dcd621200442",
    "recording_id": null,
    "artist": "Eldridge Holmes",
    "artist_ids": [
        "10ab7ecd-1d5c-4b54-ab62-bbd26e9f80c0"
    ],
    "album": "Atlantic Blues: Vocalists",
    "release_id": "10004b4a-40f6-4def-8437-197098acc2e4",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "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"
}