Information about plays

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

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

{
    "id": 425005,
    "uri": "https://api.kexp.org/v2/plays/425005/?format=api",
    "airdate": "2001-05-16T11:51:25-07:00",
    "show": 7130,
    "show_uri": "https://api.kexp.org/v2/shows/7130/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31QKgu1%2BNLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31QKgu1%2BNLL._SL75_.jpg",
    "song": "And Often Off Again",
    "track_id": "e89c48de-fa99-46b0-bea6-afaa1d5240f7",
    "recording_id": null,
    "artist": "Red Stars Theory",
    "artist_ids": [
        "a9d2b2fe-b01c-4115-803c-0514ef05f8ff"
    ],
    "album": "Red Stars Theory EP",
    "release_id": "ee1b41d7-f7f2-4945-b385-24553fce5a9d",
    "release_group_id": null,
    "labels": [
        "Touch"
    ],
    "label_ids": [
        "1ecdc566-ef0e-4b76-843c-f45c46402f5d"
    ],
    "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"
}