Information about plays

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

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

{
    "id": 1375824,
    "uri": "https://api.kexp.org/v2/plays/1375824/?format=api",
    "airdate": "2008-05-19T01:41:00-07:00",
    "show": 24015,
    "show_uri": "https://api.kexp.org/v2/shows/24015/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411YTNSXCNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411YTNSXCNL._SL75_.jpg",
    "song": "Please Send Me Someone to Love",
    "track_id": "990995a5-e95b-4a50-8833-13e383ee90eb",
    "recording_id": null,
    "artist": "Red Garland",
    "artist_ids": [
        "d9399921-2d82-437e-825e-16daff591a0c"
    ],
    "album": "Red Garland's Piano",
    "release_id": "9aa4e2f0-cc32-450a-92ce-60a6f2b675d1",
    "release_group_id": null,
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1957-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}