Information about plays

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

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

{
    "id": 1323321,
    "uri": "https://api.kexp.org/v2/plays/1323321/?format=api",
    "airdate": "2008-01-07T04:45:25-08:00",
    "show": 23138,
    "show_uri": "https://api.kexp.org/v2/shows/23138/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PDAVT5VSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PDAVT5VSL._SL75_.jpg",
    "song": "Among the Blind",
    "track_id": "871b27f6-c66b-40ec-a4af-05f824e79d9c",
    "recording_id": null,
    "artist": "Hint Hint",
    "artist_ids": [
        "0081ec01-93de-4a9e-b38a-b721adbf194e"
    ],
    "album": "Sex Is Everything",
    "release_id": "acabb366-4174-42b5-8fda-c1b88523707e",
    "release_group_id": null,
    "labels": [
        "Cold Crush"
    ],
    "label_ids": [
        "6c38514c-d041-45da-8715-9cba9fb6ec91"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}