Information about plays

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

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

{
    "id": 1376652,
    "uri": "https://api.kexp.org/v2/plays/1376652/?format=api",
    "airdate": "2008-05-21T03:33:29-07:00",
    "show": 24028,
    "show_uri": "https://api.kexp.org/v2/shows/24028/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41yVv0fFjlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41yVv0fFjlL._SL75_.jpg",
    "song": "You Can't Steal a Gift",
    "track_id": "bd7f07f5-a24f-4ec2-a87c-f6b38d017894",
    "recording_id": null,
    "artist": "El Perro Del Mar",
    "artist_ids": [
        "5e88b386-cf20-4aee-86b3-5a22cb8c2fda"
    ],
    "album": "From the Valley to the Stars",
    "release_id": "8a7c209f-6108-4c4e-89f6-ddb7696de754",
    "release_group_id": null,
    "labels": [
        "The Control Group"
    ],
    "label_ids": [
        "285c66f9-f711-4d13-a071-754e08bba631"
    ],
    "release_date": "2008-04-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}