Information about plays

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

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

{
    "id": 1376648,
    "uri": "https://api.kexp.org/v2/plays/1376648/?format=api",
    "airdate": "2008-05-21T03:20:39-07:00",
    "show": 24028,
    "show_uri": "https://api.kexp.org/v2/shows/24028/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ESS7V70TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ESS7V70TL._SL75_.jpg",
    "song": "Bachelorette",
    "track_id": null,
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Homogenic",
    "release_id": "7a2ad97a-55e9-48a4-953b-45ddc10f7f0f",
    "release_group_id": null,
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "1997-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}