Information about plays

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

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

{
    "id": 1413797,
    "uri": "https://api.kexp.org/v2/plays/1413797/?format=api",
    "airdate": "2008-08-24T17:20:27-07:00",
    "show": 24662,
    "show_uri": "https://api.kexp.org/v2/shows/24662/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61jC3i6VwCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61jC3i6VwCL._SL75_.jpg",
    "song": "Midnight Madness",
    "track_id": "e0ff5288-d646-4845-9c48-bc3e65b8fe1e",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Brotherhood",
    "release_id": "85cade51-f5e0-494f-865d-3dbc953c388b",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2008-09-02",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}