Information about plays

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

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

{
    "id": 1354893,
    "uri": "https://api.kexp.org/v2/plays/1354893/?format=api",
    "airdate": "2008-03-27T10:18:39-07:00",
    "show": 23664,
    "show_uri": "https://api.kexp.org/v2/shows/23664/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41vPuUWl1GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41vPuUWl1GL._SL75_.jpg",
    "song": "The Step and the Walk",
    "track_id": null,
    "recording_id": null,
    "artist": "The Duke Spirit",
    "artist_ids": [
        "c9b00c4c-44ff-47be-9fc8-5764b45cc7a3"
    ],
    "album": "Neptune",
    "release_id": "b3d0c6b5-595a-432a-9077-07938c3ef8f5",
    "release_group_id": null,
    "labels": [
        "Shangri-La Music"
    ],
    "label_ids": [
        "bc75b8cc-5178-403a-888b-1392f3e4b1b6"
    ],
    "release_date": "2008-02-01",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}