Information about plays

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

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

{
    "id": 501168,
    "uri": "https://api.kexp.org/v2/plays/501168/?format=api",
    "airdate": "2001-12-28T01:08:00-08:00",
    "show": 8606,
    "show_uri": "https://api.kexp.org/v2/shows/8606/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TE4rXEuqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TE4rXEuqL._SL75_.jpg",
    "song": "I'll Rise",
    "track_id": "1cdd3e21-42a2-4244-a1d8-4d7975bc08ab",
    "recording_id": null,
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Welcome to the Cruel World",
    "release_id": "6a36e6b0-3357-44ff-81c4-bccfd3864540",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1994-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}