Information about plays

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

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

{
    "id": 1213706,
    "uri": "https://api.kexp.org/v2/plays/1213706/?format=api",
    "airdate": "2007-03-31T09:53:00-07:00",
    "show": 21272,
    "show_uri": "https://api.kexp.org/v2/shows/21272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WY8EPN0XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WY8EPN0XL._SL75_.jpg",
    "song": "Slogans",
    "track_id": "6b0f1e4c-75e0-47e2-b8cc-a8c2b34a7a19",
    "recording_id": null,
    "artist": "Bob Marley and The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Africa Unite: The Singles Collection",
    "release_id": "63ea449d-6411-4319-8709-352486875a27",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}