Information about plays

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

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

{
    "id": 423219,
    "uri": "https://api.kexp.org/v2/plays/423219/?format=api",
    "airdate": "2001-05-10T19:42:00-07:00",
    "show": 7092,
    "show_uri": "https://api.kexp.org/v2/shows/7092/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513DfS96fJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513DfS96fJL._SL75_.jpg",
    "song": "Reasons I Cheat",
    "track_id": "90468716-756e-4be3-bc3a-71d0b97f6cba",
    "recording_id": null,
    "artist": "Randy Travis",
    "artist_ids": [
        "09b697e3-a849-4670-ae49-e0b821a6271a"
    ],
    "album": "Storms of Life",
    "release_id": "94e783f7-083d-4da1-8fea-9d5b8759a66f",
    "release_group_id": null,
    "labels": [
        "Warner Bros"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}