Information about plays

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

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

{
    "id": 1363851,
    "uri": "https://api.kexp.org/v2/plays/1363851/?format=api",
    "airdate": "2008-04-18T21:05:06-07:00",
    "show": 23813,
    "show_uri": "https://api.kexp.org/v2/shows/23813/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y9N0UJOzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y9N0UJOzL._SL75_.jpg",
    "song": "The Seed (2.0) Featuring Cody ChesnuTT",
    "track_id": null,
    "recording_id": null,
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Phrenology",
    "release_id": "90191752-5d96-4c1d-b13d-736003ca2123",
    "release_group_id": null,
    "labels": [
        "MCA Records Ltd."
    ],
    "label_ids": [
        "87b6c0d0-172d-4cc1-a6df-cab5c884022c"
    ],
    "release_date": "2002-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}