Information about plays

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

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

{
    "id": 1411639,
    "uri": "https://api.kexp.org/v2/plays/1411639/?format=api",
    "airdate": "2008-08-19T06:31:00-07:00",
    "show": 24627,
    "show_uri": "https://api.kexp.org/v2/shows/24627/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZtdnuEyVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZtdnuEyVL._SL75_.jpg",
    "song": "Testimony",
    "track_id": "a6c0d8dc-f232-4d01-be75-691fd00e3e19",
    "recording_id": null,
    "artist": "Phenomenal Handclap Band",
    "artist_ids": [
        "37116914-db39-443c-981d-75d6326450f1"
    ],
    "album": "The Phenomenal Handclap Band",
    "release_id": "88bbe4a5-0d2e-4ac3-9843-da5d5b79863b",
    "release_group_id": null,
    "labels": [
        "Down Sound"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}