Information about plays

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

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

{
    "id": 1151538,
    "uri": "https://api.kexp.org/v2/plays/1151538/?format=api",
    "airdate": "2006-10-21T16:58:05-07:00",
    "show": 20212,
    "show_uri": "https://api.kexp.org/v2/shows/20212/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21P7K5AFEAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21P7K5AFEAL._SL75_.jpg",
    "song": "WRECKER!",
    "track_id": "3daf9c2f-0864-49e3-ae98-a3a39277a926",
    "recording_id": null,
    "artist": "The Mono Men",
    "artist_ids": [
        "82544085-8474-4fb9-be23-6b513b31c09b"
    ],
    "album": "Shut Up!",
    "release_id": "e3a24aee-200b-41c8-80cd-5d8b0599ca6b",
    "release_group_id": null,
    "labels": [
        "Estrus Records"
    ],
    "label_ids": [
        "0e4027d6-7826-4082-b1be-41c59f30e982"
    ],
    "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"
}