Information about plays

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

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

{
    "id": 419223,
    "uri": "https://api.kexp.org/v2/plays/419223/?format=api",
    "airdate": "2001-04-28T18:06:40-07:00",
    "show": 7006,
    "show_uri": "https://api.kexp.org/v2/shows/7006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/1112GERP3XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/1112GERP3XL._SL75_.jpg",
    "song": "The We're All Friends Club",
    "track_id": "4661ae6a-ca07-45f1-9131-bf86d21e63b6",
    "recording_id": null,
    "artist": "Enemymine",
    "artist_ids": [
        "fdc5e640-44b8-4ad1-b7fc-0599b387b9ff"
    ],
    "album": "Enemymine",
    "release_id": "ba1e35fb-0e80-4746-b698-eff1a48fbf4e",
    "release_group_id": null,
    "labels": [
        "K&E record"
    ],
    "label_ids": [],
    "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"
}