Information about plays

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

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

{
    "id": 1297063,
    "uri": "https://api.kexp.org/v2/plays/1297063/?format=api",
    "airdate": "2007-10-31T13:49:09-07:00",
    "show": 22693,
    "show_uri": "https://api.kexp.org/v2/shows/22693/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41i2YlmzoLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41i2YlmzoLL._SL75_.jpg",
    "song": "Funeral Song",
    "track_id": "2793035d-72c1-4d4d-a9c9-42d09d69697e",
    "recording_id": null,
    "artist": "Sleater-Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "One Beat",
    "release_id": "5d911849-e50f-4639-a363-01c971386adb",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2002-08-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}