Information about plays

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

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

{
    "id": 510250,
    "uri": "https://api.kexp.org/v2/plays/510250/?format=api",
    "airdate": "2002-01-24T02:44:00-08:00",
    "show": 8789,
    "show_uri": "https://api.kexp.org/v2/shows/8789/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bpwPibzwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bpwPibzwL._SL75_.jpg",
    "song": "Tin Soldier Man",
    "track_id": "82d162b7-d498-4efb-9e9f-2389aea3bde2",
    "recording_id": null,
    "artist": "Love as Laughter",
    "artist_ids": [
        "8f5c6093-27ba-402d-b092-4157c93a4104"
    ],
    "album": "Give the People What We Want: The Songs of The Kinks",
    "release_id": "a3223f11-66a1-45ae-945a-ee4b18f2fd47",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}