Information about plays

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

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

{
    "id": 419429,
    "uri": "https://api.kexp.org/v2/plays/419429/?format=api",
    "airdate": "2001-04-29T14:55:42-07:00",
    "show": 7012,
    "show_uri": "https://api.kexp.org/v2/shows/7012/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51snyT1KpFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51snyT1KpFL._SL75_.jpg",
    "song": "Do Me, Baby",
    "track_id": "96c2cc8e-f905-4cba-9f5b-ae6ce6420474",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Hits 2",
    "release_id": "dc1cd7fc-6a93-4f5e-95e8-8baa7553e778",
    "release_group_id": null,
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}