Information about plays

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

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

{
    "id": 1311333,
    "uri": "https://api.kexp.org/v2/plays/1311333/?format=api",
    "airdate": "2007-12-07T10:45:27-08:00",
    "show": 22935,
    "show_uri": "https://api.kexp.org/v2/shows/22935/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61SP7eFKylL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61SP7eFKylL._SL75_.jpg",
    "song": "Each Year",
    "track_id": "a26eeaca-8679-43b6-8a40-f8b34da6e5c5",
    "recording_id": null,
    "artist": "Ra Ra Riot",
    "artist_ids": [
        "d8f63b51-73e0-4f65-8bd3-bcfe6892fb0e"
    ],
    "album": "Ra Ra Riot",
    "release_id": "5875a3e7-f952-4772-81c6-ee96b435205f",
    "release_group_id": null,
    "labels": [
        "ra"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}