Information about plays

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

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

{
    "id": 1352384,
    "uri": "https://api.kexp.org/v2/plays/1352384/?format=api",
    "airdate": "2008-03-21T02:52:24-07:00",
    "show": 23622,
    "show_uri": "https://api.kexp.org/v2/shows/23622/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41uQ5-FHyzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41uQ5-FHyzL._SL75_.jpg",
    "song": "Leave Me",
    "track_id": "3225f8a0-3312-45df-b0f4-0f44fb40e8f8",
    "recording_id": null,
    "artist": "The Bell",
    "artist_ids": [
        "29e013d4-41c2-4db4-8907-6f672acda0c7"
    ],
    "album": "Make Some Quiet",
    "release_id": "043ec7c6-957d-4d87-9020-c2360a3fcf54",
    "release_group_id": null,
    "labels": [
        "Badman Recording Co."
    ],
    "label_ids": [
        "deec54b6-e38c-41cf-87b6-8116c4ea5f9a"
    ],
    "release_date": "2008-01-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}