Information about plays

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

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

{
    "id": 466700,
    "uri": "https://api.kexp.org/v2/plays/466700/?format=api",
    "airdate": "2001-09-16T10:30:00-07:00",
    "show": 7938,
    "show_uri": "https://api.kexp.org/v2/shows/7938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CO0m5b2WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CO0m5b2WL._SL75_.jpg",
    "song": "Going Out of My Mind Sale",
    "track_id": "5ecf0a7d-1a4e-4f01-a995-28b86c3eea43",
    "recording_id": null,
    "artist": "Johnny Adams",
    "artist_ids": [
        "ebb042e3-ec96-44de-80fa-65457e9c9560"
    ],
    "album": "Man of My Word",
    "release_id": "be8e100a-cb3d-4b4c-ac1d-0ca1ceafb853",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}