Information about plays

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

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

{
    "id": 532345,
    "uri": "https://api.kexp.org/v2/plays/532345/?format=api",
    "airdate": "2002-03-28T23:40:00-08:00",
    "show": 9215,
    "show_uri": "https://api.kexp.org/v2/shows/9215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416C0aph3cL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416C0aph3cL._SL75_.jpg",
    "song": "People Are Underestimated",
    "track_id": "04a29d56-6597-40e8-97ea-40b27b5a8e26",
    "recording_id": null,
    "artist": "Seafood",
    "artist_ids": [
        "dccf1cc6-cda8-49d5-b2c7-3bf7344bf143"
    ],
    "album": "When Do We Start Fighting...",
    "release_id": "7d531eb6-58c7-493e-a665-ad6fff380773",
    "release_group_id": null,
    "labels": [
        "Nettwerk America"
    ],
    "label_ids": [
        "284e302e-a5d5-48ae-8add-e047d3e0abba"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}