Information about plays

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

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

{
    "id": 1381009,
    "uri": "https://api.kexp.org/v2/plays/1381009/?format=api",
    "airdate": "2008-06-01T21:00:00-07:00",
    "show": 24106,
    "show_uri": "https://api.kexp.org/v2/shows/24106/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UpGsMtnZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UpGsMtnZL._SL75_.jpg",
    "song": "Nobody Gets Out Alive",
    "track_id": "b5196518-0082-4e9f-8b16-ed42357c71f9",
    "recording_id": null,
    "artist": "High Contrast",
    "artist_ids": [
        "889b69e3-7b18-4889-b953-9f2931597204"
    ],
    "album": "Tough Guys Don't Dance",
    "release_id": "b71dbf1d-40e4-42a8-a525-f6dee14f5211",
    "release_group_id": null,
    "labels": [
        "Hospital Records"
    ],
    "label_ids": [
        "8562598d-60d1-4bd6-8b85-4d709e951770"
    ],
    "release_date": "2007-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}