Information about plays

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

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

{
    "id": 428217,
    "uri": "https://api.kexp.org/v2/plays/428217/?format=api",
    "airdate": "2001-05-26T02:49:05-07:00",
    "show": 7191,
    "show_uri": "https://api.kexp.org/v2/shows/7191/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RZa-dHVaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RZa-dHVaL._SL75_.jpg",
    "song": "The Christian Life",
    "track_id": "fdd91866-4b24-4e3f-92ba-c0b17a8efbc2",
    "recording_id": null,
    "artist": "The Byrds",
    "artist_ids": [
        "2819834e-4e08-47b0-a2c4-b7672318e8f0"
    ],
    "album": "Sacred Hearts & Fallen Angels: The Gram Parsons Anthology",
    "release_id": "f1a43a52-cb66-40ab-ac8c-83e0ab181704",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}