Information about plays

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

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

{
    "id": 531017,
    "uri": "https://api.kexp.org/v2/plays/531017/?format=api",
    "airdate": "2002-03-25T15:31:40-08:00",
    "show": 9195,
    "show_uri": "https://api.kexp.org/v2/shows/9195/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41D1ZACGDCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41D1ZACGDCL._SL75_.jpg",
    "song": "Not Yet",
    "track_id": "baed585a-a093-4287-b138-1e11d2ad63d1",
    "recording_id": null,
    "artist": "The Jon Spencer Blues Explosion",
    "artist_ids": [
        "d1ab8ca8-fb9f-4e78-a422-3cd5406dc0b1"
    ],
    "album": "Xtra-Acme USA",
    "release_id": "67e66ac9-310c-403c-9a6b-f684d0a0db83",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}