Information about plays

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

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

{
    "id": 423808,
    "uri": "https://api.kexp.org/v2/plays/423808/?format=api",
    "airdate": "2001-05-12T18:12:00-07:00",
    "show": 7104,
    "show_uri": "https://api.kexp.org/v2/shows/7104/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/611vC%2BrvuKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/611vC%2BrvuKL._SL75_.jpg",
    "song": "When 3 Is 2",
    "track_id": null,
    "recording_id": null,
    "artist": "Hammerbox",
    "artist_ids": [
        "a6b1d4ba-6c12-488a-a05c-366a9e17de7d"
    ],
    "album": "Numb",
    "release_id": "9651075c-52f0-4b92-bf01-f267fae06d84",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1993-03-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}