Information about plays

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

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

{
    "id": 1264000,
    "uri": "https://api.kexp.org/v2/plays/1264000/?format=api",
    "airdate": "2007-08-07T08:46:26-07:00",
    "show": 22134,
    "show_uri": "https://api.kexp.org/v2/shows/22134/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GP34FGNCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GP34FGNCL._SL75_.jpg",
    "song": "Hyperballad",
    "track_id": null,
    "recording_id": null,
    "artist": "The Twilight Singers",
    "artist_ids": [
        "53a4de34-35ca-4ad0-aa4b-67382435ed69"
    ],
    "album": "She Loves You",
    "release_id": "a5b03164-4bcb-4833-bbb8-1ee24ac47953",
    "release_group_id": null,
    "labels": [
        "One Little Indian Records (US)"
    ],
    "label_ids": [
        "8888dd07-aee1-42a1-b120-401dcfeefa9b"
    ],
    "release_date": "2004-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}