Information about plays

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

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

{
    "id": 421119,
    "uri": "https://api.kexp.org/v2/plays/421119/?format=api",
    "airdate": "2001-05-04T11:00:00-07:00",
    "show": 7049,
    "show_uri": "https://api.kexp.org/v2/shows/7049/?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": [
        "Pop Llama"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}