Information about plays

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

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

{
    "id": 503159,
    "uri": "https://api.kexp.org/v2/plays/503159/?format=api",
    "airdate": "2002-01-03T01:30:00-08:00",
    "show": 8647,
    "show_uri": "https://api.kexp.org/v2/shows/8647/?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": "Brainwashed",
    "track_id": "e895b21e-6115-4935-8726-8294f676eeb4",
    "recording_id": null,
    "artist": "The Pinkos",
    "artist_ids": [
        "f6a5e19a-9ce7-439c-a9f9-af68c75c3096"
    ],
    "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/burn burn burn/RNR"
    ],
    "label_ids": [],
    "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"
}