Information about plays

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

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

{
    "id": 1382506,
    "uri": "https://api.kexp.org/v2/plays/1382506/?format=api",
    "airdate": "2008-06-06T19:02:18-07:00",
    "show": 24136,
    "show_uri": "https://api.kexp.org/v2/shows/24136/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51D6eaVFpKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51D6eaVFpKL._SL75_.jpg",
    "song": "Gearheads",
    "track_id": "88480829-64fe-4e25-b4d3-e60af667c6c3",
    "recording_id": null,
    "artist": "Danny Gatton",
    "artist_ids": [
        "bd38cc7b-dc36-4a39-86cb-3579ba936f82"
    ],
    "album": "Hot Rod Guitar: The Danny Gatton Anthology (disc 2)",
    "release_id": "bcfb94fe-17d7-4188-a2e6-839dcd14a97c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}