Information about plays

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

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

{
    "id": 501907,
    "uri": "https://api.kexp.org/v2/plays/501907/?format=api",
    "airdate": "2001-12-30T09:32:00-08:00",
    "show": 8623,
    "show_uri": "https://api.kexp.org/v2/shows/8623/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BSX9JYXVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BSX9JYXVL._SL75_.jpg",
    "song": "My Mother-In-Law",
    "track_id": "b3e6048f-d042-4053-b9df-6da5bcfcb1e6",
    "recording_id": null,
    "artist": "Etta James",
    "artist_ids": [
        "e22d2f66-881e-41ca-9356-544697ee5f90"
    ],
    "album": "Tell Mama",
    "release_id": "1ac8c46e-e483-46ba-ac82-08f6e25ba9bd",
    "release_group_id": null,
    "labels": [
        "MCA/Chess"
    ],
    "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"
}