Information about plays

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

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

{
    "id": 415281,
    "uri": "https://api.kexp.org/v2/plays/415281/?format=api",
    "airdate": "2001-04-16T11:03:31-07:00",
    "show": 6930,
    "show_uri": "https://api.kexp.org/v2/shows/6930/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lJ7am97DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lJ7am97DL._SL75_.jpg",
    "song": "Blackout Baby",
    "track_id": null,
    "recording_id": null,
    "artist": "My Goodness",
    "artist_ids": [
        "a82f36ee-b394-45dc-8303-0e61f968c285"
    ],
    "album": "My Goodness",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sarathan Records"
    ],
    "label_ids": [
        "a326fb0a-a248-49a4-94bb-f6823aa6a45f"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}