Information about plays

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

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

{
    "id": 415379,
    "uri": "https://api.kexp.org/v2/plays/415379/?format=api",
    "airdate": "2001-04-16T15:52:30-07:00",
    "show": 6931,
    "show_uri": "https://api.kexp.org/v2/shows/6931/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41wcZj-qLlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41wcZj-qLlL._SL75_.jpg",
    "song": "Living Around",
    "track_id": null,
    "recording_id": null,
    "artist": "The Promise Ring",
    "artist_ids": [
        "63a6fae8-d39e-4de6-bfd4-9bcbf489a565"
    ],
    "album": "Very Emergency",
    "release_id": "81977edd-aace-4d1e-b77c-941bf95e795c",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "1993-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}