Information about plays

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

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

{
    "id": 1286981,
    "uri": "https://api.kexp.org/v2/plays/1286981/?format=api",
    "airdate": "2007-10-04T18:08:21-07:00",
    "show": 22519,
    "show_uri": "https://api.kexp.org/v2/shows/22519/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61nAWPpXx4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61nAWPpXx4L._SL75_.jpg",
    "song": "Blue Kentucky Girl",
    "track_id": "55c71387-6c1d-4729-ba80-bd5f9efe254d",
    "recording_id": null,
    "artist": "Emmylou Harris",
    "artist_ids": [
        "35ef61ca-43db-4772-ba27-0489e9ebcb69"
    ],
    "album": "Blue Kentucky Girl",
    "release_id": "be5551cd-8506-4a81-bb21-5dee1a853573",
    "release_group_id": null,
    "labels": [
        "Warner+Bros."
    ],
    "label_ids": [],
    "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"
}