Information about plays

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

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

{
    "id": 1379563,
    "uri": "https://api.kexp.org/v2/plays/1379563/?format=api",
    "airdate": "2008-05-28T10:52:44-07:00",
    "show": 24076,
    "show_uri": "https://api.kexp.org/v2/shows/24076/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61DEXMGKF0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61DEXMGKF0L._SL75_.jpg",
    "song": "Photograph",
    "track_id": null,
    "recording_id": null,
    "artist": "Eagle Seagull",
    "artist_ids": [
        "9c150da0-d136-4e8b-9e86-36a3ee29a819"
    ],
    "album": "Eagle Seagull",
    "release_id": "a3084c67-c4fe-4aa2-8c6a-7afa905b39fc",
    "release_group_id": null,
    "labels": [
        "Paper Garden"
    ],
    "label_ids": [
        "935245a0-2e9f-42a3-9893-4fd98e0baf45"
    ],
    "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"
}