Information about plays

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

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

{
    "id": 500418,
    "uri": "https://api.kexp.org/v2/plays/500418/?format=api",
    "airdate": "2001-12-26T00:08:00-08:00",
    "show": 8593,
    "show_uri": "https://api.kexp.org/v2/shows/8593/?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": "Nothin' in the World Can Stop Me Worryin' bout That Girl",
    "track_id": "bd09c9b4-3c4d-47a0-af17-d51575d73a8f",
    "recording_id": null,
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "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": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}