Information about plays

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

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

{
    "id": 1385911,
    "uri": "https://api.kexp.org/v2/plays/1385911/?format=api",
    "airdate": "2008-06-15T11:11:00-07:00",
    "show": 24194,
    "show_uri": "https://api.kexp.org/v2/shows/24194/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BX94BHM7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BX94BHM7L._SL75_.jpg",
    "song": "Hard Times",
    "track_id": "13e01a59-8566-4b77-8e87-473304621e8f",
    "recording_id": null,
    "artist": "Baby Huey",
    "artist_ids": [
        "66c03e40-2337-4952-8b27-afcbc68a6e5a"
    ],
    "album": "Shaolin Soul, Episode 2",
    "release_id": "e28a2043-0136-4c5f-b0d0-1eccc6025468",
    "release_group_id": null,
    "labels": [
        "Delabel"
    ],
    "label_ids": [
        "965f4b01-739b-47b7-b33a-2b3f7ce74bc8"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}