Information about plays

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

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

{
    "id": 427314,
    "uri": "https://api.kexp.org/v2/plays/427314/?format=api",
    "airdate": "2001-05-23T17:00:00-07:00",
    "show": 7176,
    "show_uri": "https://api.kexp.org/v2/shows/7176/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FD0F0MC0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FD0F0MC0L._SL75_.jpg",
    "song": "Crash and Burn!",
    "track_id": "9664b319-0609-4c30-9058-be1dffc1240e",
    "recording_id": null,
    "artist": "Eat Static",
    "artist_ids": [
        "9cd39202-6c67-400a-b96e-df351c9f9484"
    ],
    "album": "Crash and Burn!",
    "release_id": "7b8fd389-516f-4dbc-8031-15504d938a3e",
    "release_group_id": null,
    "labels": [
        "CyberOctave"
    ],
    "label_ids": [
        "e321a789-d491-455d-9211-6da744a509a8"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}