Information about plays

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

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

{
    "id": 422139,
    "uri": "https://api.kexp.org/v2/plays/422139/?format=api",
    "airdate": "2001-05-07T19:53:20-07:00",
    "show": 7073,
    "show_uri": "https://api.kexp.org/v2/shows/7073/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61S4QYTV1ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61S4QYTV1ML._SL75_.jpg",
    "song": "Abakambi",
    "track_id": "c8d6a0d6-357b-49c9-bd59-836ead6cdf04",
    "recording_id": null,
    "artist": "Abana Ba Nasery",
    "artist_ids": [
        "0d7ef420-cb03-4f28-9c60-4fa49ee9bd91"
    ],
    "album": "!Nursery Boys Go Ahead!",
    "release_id": "c7171374-59f5-421f-8a65-49dfb3c19088",
    "release_group_id": null,
    "labels": [
        "Globestyle/Ace"
    ],
    "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"
}