Information about plays

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

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

{
    "id": 1376954,
    "uri": "https://api.kexp.org/v2/plays/1376954/?format=api",
    "airdate": "2008-05-21T21:42:00-07:00",
    "show": 24033,
    "show_uri": "https://api.kexp.org/v2/shows/24033/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51p1%2BNRaD1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51p1%2BNRaD1L._SL75_.jpg",
    "song": "Rancho Relax",
    "track_id": null,
    "recording_id": null,
    "artist": "Anja Schneider",
    "artist_ids": [
        "39c704de-b6c7-43d8-85d1-8dabd0a4e9a7"
    ],
    "album": "Back to Back (disc 1)",
    "release_id": "0ab10409-236d-441a-a2c2-02c8989ce508",
    "release_group_id": null,
    "labels": [
        "Mobilee"
    ],
    "label_ids": [
        "b38a785e-6394-472c-b0f4-3eb7bbef2e7d"
    ],
    "release_date": "2006-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}