Information about plays

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

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

{
    "id": 1365002,
    "uri": "https://api.kexp.org/v2/plays/1365002/?format=api",
    "airdate": "2008-04-21T21:31:25-07:00",
    "show": 23835,
    "show_uri": "https://api.kexp.org/v2/shows/23835/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51m6yNGf3fL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51m6yNGf3fL._SL75_.jpg",
    "song": "Circadian Rhythm",
    "track_id": "2a729e19-8db6-4690-b9e5-7015a99188d2",
    "recording_id": null,
    "artist": "Son Volt",
    "artist_ids": [
        "ecbd1331-95b6-4a77-b739-b4bd8ef222a7"
    ],
    "album": "The Search",
    "release_id": "3b00ea73-e970-495a-b801-108fa82947b0",
    "release_group_id": null,
    "labels": [
        "Transmit Sound/Legacy"
    ],
    "label_ids": [],
    "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"
}