Information about plays

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

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

{
    "id": 1388733,
    "uri": "https://api.kexp.org/v2/plays/1388733/?format=api",
    "airdate": "2008-06-22T15:47:34-07:00",
    "show": 24242,
    "show_uri": "https://api.kexp.org/v2/shows/24242/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410VGRFQAHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410VGRFQAHL._SL75_.jpg",
    "song": "Watch This House",
    "track_id": "87098534-0136-4a9c-b604-2c87fcc4879c",
    "recording_id": null,
    "artist": "The Natural History",
    "artist_ids": [
        "713c3f17-6be7-44c0-abb4-5791ab4d650e"
    ],
    "album": "Beat Beat Heartbeat",
    "release_id": "957e9b50-1c87-4f01-b780-8f45c0a6a475",
    "release_group_id": null,
    "labels": [
        "Startime Intl Fader Label Enterprises"
    ],
    "label_ids": [
        "00cdfa68-610d-4f4f-a01a-37c58bbcbb26"
    ],
    "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"
}