Information about plays

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

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

{
    "id": 495603,
    "uri": "https://api.kexp.org/v2/plays/495603/?format=api",
    "airdate": "2001-12-11T08:42:00-08:00",
    "show": 8500,
    "show_uri": "https://api.kexp.org/v2/shows/8500/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21D73PMPX0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21D73PMPX0L._SL75_.jpg",
    "song": "Ease Back Down",
    "track_id": "027f6b16-5929-4fb5-b76a-20c63c426448",
    "recording_id": null,
    "artist": "Number One Cup",
    "artist_ids": [
        "5d1638b0-ca28-490a-ae2e-9648c69ae82a"
    ],
    "album": "Wrecked By Lions",
    "release_id": "de4241bd-572e-4931-96d0-3241784ba7ab",
    "release_group_id": null,
    "labels": [
        "Flydaddy Records"
    ],
    "label_ids": [
        "dcd73d17-b515-4d2e-a459-3da4f94a436b"
    ],
    "release_date": "1997-03-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}