Information about plays

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

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

{
    "id": 429587,
    "uri": "https://api.kexp.org/v2/plays/429587/?format=api",
    "airdate": "2001-05-30T11:16:00-07:00",
    "show": 7220,
    "show_uri": "https://api.kexp.org/v2/shows/7220/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31M220FP2JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31M220FP2JL._SL75_.jpg",
    "song": "Leaning Against the Wall",
    "track_id": "f7a1955f-4e3d-4efd-9567-a37b4c84f3d1",
    "recording_id": null,
    "artist": "Kings of Convenience",
    "artist_ids": [
        "cf0f4547-ffbd-4011-98ad-0bec9ba022db"
    ],
    "album": "Kings of Convenience",
    "release_id": "7e5b58b3-b809-4e27-80fc-d40159dda8b2",
    "release_group_id": null,
    "labels": [
        "Kindercore Records"
    ],
    "label_ids": [
        "942bf59b-bbec-4443-af99-cf110418460c"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}