Information about plays

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

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

{
    "id": 502632,
    "uri": "https://api.kexp.org/v2/plays/502632/?format=api",
    "airdate": "2002-01-01T15:26:00-08:00",
    "show": 8638,
    "show_uri": "https://api.kexp.org/v2/shows/8638/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515khZ-p4eL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515khZ-p4eL._SL75_.jpg",
    "song": "Philadelphia Child",
    "track_id": "51dd9d9b-1064-4f75-9d80-b0b07757b99f",
    "recording_id": null,
    "artist": "Ursula Rucker",
    "artist_ids": [
        "833db6f1-0400-41b1-ba81-cb2c830e2134"
    ],
    "album": "Supa Sista",
    "release_id": "7114b1ed-d222-4ea3-8946-e9179254a2ca",
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2001-09-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}