Information about plays

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

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

{
    "id": 441586,
    "uri": "https://api.kexp.org/v2/plays/441586/?format=api",
    "airdate": "2001-07-04T17:25:42-07:00",
    "show": 7449,
    "show_uri": "https://api.kexp.org/v2/shows/7449/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/214NYT2EYJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/214NYT2EYJL._SL75_.jpg",
    "song": "Prison Betty",
    "track_id": "4e4306c7-3b1f-4482-9bf2-536cbb8431f5",
    "recording_id": null,
    "artist": "Girl Trouble",
    "artist_ids": [
        "00445c5d-adc5-4fc4-885f-a68dd57a565b"
    ],
    "album": "Thrillsphere",
    "release_id": "50be34f1-dfde-4b95-9fc5-bc37e6867f06",
    "release_group_id": null,
    "labels": [
        "Popllama"
    ],
    "label_ids": [
        "3686548c-cd7d-4867-8687-5aef8ffe739b"
    ],
    "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"
}