Information about plays

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

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

{
    "id": 1257089,
    "uri": "https://api.kexp.org/v2/plays/1257089/?format=api",
    "airdate": "2007-07-20T19:54:13-07:00",
    "show": 22013,
    "show_uri": "https://api.kexp.org/v2/shows/22013/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RrLYHkTfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RrLYHkTfL._SL75_.jpg",
    "song": "Eat My Words",
    "track_id": "a9432f3c-f783-438b-8dfb-182b64b6d5ca",
    "recording_id": null,
    "artist": "Marti Brom & Her Barnshakers",
    "artist_ids": [
        "abb29f72-ae02-4dd2-a6bc-9d5a8beba34e"
    ],
    "album": "Snake Ranch",
    "release_id": "6c7e1d56-1df0-4026-bc36-9ed6b6c7cf5d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}