Information about plays

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

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

{
    "id": 1231998,
    "uri": "https://api.kexp.org/v2/plays/1231998/?format=api",
    "airdate": "2007-05-16T20:28:42-07:00",
    "show": 21583,
    "show_uri": "https://api.kexp.org/v2/shows/21583/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5133zUr2sRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5133zUr2sRL._SL75_.jpg",
    "song": "Just Can't Please You",
    "track_id": "c68fbc8f-93bc-46eb-b5cb-19d00fbb4b91",
    "recording_id": null,
    "artist": "The Detroit Cobras",
    "artist_ids": [
        "9b8d6e11-05a4-4688-9d96-ad746bfedc41"
    ],
    "album": "Baby",
    "release_id": "4f8aefcf-3021-429b-8855-0fbe3cd93ddc",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "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"
}