Information about plays

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

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

{
    "id": 1396075,
    "uri": "https://api.kexp.org/v2/plays/1396075/?format=api",
    "airdate": "2008-07-10T21:35:08-07:00",
    "show": 24361,
    "show_uri": "https://api.kexp.org/v2/shows/24361/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51evgmlUhAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51evgmlUhAL._SL75_.jpg",
    "song": "Crash-Pad Driver",
    "track_id": "f6d8e3ee-14d1-4ef4-b852-b8369c9815d4",
    "recording_id": null,
    "artist": "Poni Hoax",
    "artist_ids": [
        "3ed31b23-96d2-4403-a37d-1cd355a3b687"
    ],
    "album": "Images of Sigrid",
    "release_id": "2e3950ed-c7c3-4c8e-8967-883813619b8b",
    "release_group_id": null,
    "labels": [
        "Tigersushi"
    ],
    "label_ids": [
        "44ebaa0d-bb4e-4d58-96e1-156a8445c371"
    ],
    "release_date": "2008-06-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}