Information about plays

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

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

{
    "id": 430427,
    "uri": "https://api.kexp.org/v2/plays/430427/?format=api",
    "airdate": "2001-06-01T20:00:00-07:00",
    "show": 7234,
    "show_uri": "https://api.kexp.org/v2/shows/7234/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AakiYf39L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AakiYf39L._SL75_.jpg",
    "song": "Truck Drivin' Man",
    "track_id": "7a2cbfb6-ccf1-4707-823e-3138480f3142",
    "recording_id": null,
    "artist": "Commander Cody & His Lost Planet Airmen",
    "artist_ids": [
        "2d67f7f4-1e85-4278-bac6-424e6204a8b9"
    ],
    "album": "Hot Licks, Cold Steel & Trucker's Favorites",
    "release_id": "f2efd5e4-6adc-4a8f-86cb-3b544d8217f9",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}