Information about plays

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

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

{
    "id": 1275661,
    "uri": "https://api.kexp.org/v2/plays/1275661/?format=api",
    "airdate": "2007-09-05T17:39:17-07:00",
    "show": 22327,
    "show_uri": "https://api.kexp.org/v2/shows/22327/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZSc9aiKYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZSc9aiKYL._SL75_.jpg",
    "song": "Valley of the Rocks",
    "track_id": "12b66b87-54a6-4c56-928e-8ed22695c9ad",
    "recording_id": null,
    "artist": "Voice of the Seven Woods",
    "artist_ids": [
        "551de895-a86b-4a6c-bccd-b81c2e99b14f"
    ],
    "album": "Voice of the Seven Woods",
    "release_id": "82894b02-a13d-4675-87c0-ad0179d3503d",
    "release_group_id": null,
    "labels": [
        "Twisted Nerve"
    ],
    "label_ids": [
        "b4445d96-74d1-4644-8bc4-aa077258d3df"
    ],
    "release_date": "2007-08-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}