Information about plays

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

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

{
    "id": 1033494,
    "uri": "https://api.kexp.org/v2/plays/1033494/?format=api",
    "airdate": "2005-12-15T12:50:29-08:00",
    "show": 18170,
    "show_uri": "https://api.kexp.org/v2/shows/18170/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61VGNh3BwOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61VGNh3BwOL._SL75_.jpg",
    "song": "Soon Enough",
    "track_id": null,
    "recording_id": null,
    "artist": "Constantines",
    "artist_ids": [
        "e94357c5-815c-424d-80d4-968ec02d6d05"
    ],
    "album": "Tournament of Hearts",
    "release_id": "f8495b8b-8dbe-4245-bf03-03034796ca85",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "play_type": "trackplay"
}