Information about plays

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

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

{
    "id": 415135,
    "uri": "https://api.kexp.org/v2/plays/415135/?format=api",
    "airdate": "2001-04-15T16:00:00-07:00",
    "show": 6924,
    "show_uri": "https://api.kexp.org/v2/shows/6924/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61%2BSAshsRXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61%2BSAshsRXL._SL75_.jpg",
    "song": "Bad Boy Boogie",
    "track_id": "4e601d21-ea0b-4ed4-95b8-47333eda73be",
    "recording_id": null,
    "artist": "Mark Kozelek",
    "artist_ids": [
        "99f4b23d-3711-4efe-ad71-9572158e234c"
    ],
    "album": "What's Next to the Moon",
    "release_id": "00a492ba-ff35-4c0b-b3c1-2c2683771d4e",
    "release_group_id": null,
    "labels": [
        "Badman Recording Co."
    ],
    "label_ids": [
        "deec54b6-e38c-41cf-87b6-8116c4ea5f9a"
    ],
    "release_date": "2001-01-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}