Information about plays

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

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

{
    "id": 438837,
    "uri": "https://api.kexp.org/v2/plays/438837/?format=api",
    "airdate": "2001-06-26T18:45:00-07:00",
    "show": 7397,
    "show_uri": "https://api.kexp.org/v2/shows/7397/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41N-fC7NDUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41N-fC7NDUL._SL75_.jpg",
    "song": "Corso",
    "track_id": "56c3b315-8b05-41f6-99b3-4ec70c912f64",
    "recording_id": null,
    "artist": "Beanfield",
    "artist_ids": [
        "ad0811ea-e213-451d-b22f-fa1a7f9e0226"
    ],
    "album": "Break n' Bossa: Chapter 2",
    "release_id": "c474dd74-4d3b-403c-9168-3ec63d6931bc",
    "release_group_id": null,
    "labels": [
        "Instinct"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}