Information about plays

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

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

{
    "id": 1355063,
    "uri": "https://api.kexp.org/v2/plays/1355063/?format=api",
    "airdate": "2008-03-27T20:10:39-07:00",
    "show": 23666,
    "show_uri": "https://api.kexp.org/v2/shows/23666/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NQ3ATTJ6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NQ3ATTJ6L._SL75_.jpg",
    "song": "Bed That I Made",
    "track_id": "d6852bdb-2738-46ec-9460-5d133d241a8e",
    "recording_id": null,
    "artist": "Star Anna",
    "artist_ids": [
        "11cbb56f-2846-488a-90aa-1ec7b93353f3"
    ],
    "album": "Crooked Path",
    "release_id": "c7d04686-6c57-4ca0-9e6a-abbe31dc4e1b",
    "release_group_id": null,
    "labels": [
        "Malamute Records"
    ],
    "label_ids": [
        "56063632-007e-469b-bed7-73b3d78bc090"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}