Information about plays

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

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

{
    "id": 416038,
    "uri": "https://api.kexp.org/v2/plays/416038/?format=api",
    "airdate": "2001-04-18T13:10:35-07:00",
    "show": 6942,
    "show_uri": "https://api.kexp.org/v2/shows/6942/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zUF6PIggL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zUF6PIggL._SL75_.jpg",
    "song": "The Rock of My Soul",
    "track_id": null,
    "recording_id": null,
    "artist": "Rodney Crowell",
    "artist_ids": [
        "a201fa9d-5896-423d-b629-327228c62a7c"
    ],
    "album": "The Houston Kid",
    "release_id": "34badead-e344-4408-923a-1bd4e9eed5e1",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "release_date": "2001-02-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}