Information about plays

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

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

{
    "id": 425804,
    "uri": "https://api.kexp.org/v2/plays/425804/?format=api",
    "airdate": "2001-05-18T19:06:00-07:00",
    "show": 7144,
    "show_uri": "https://api.kexp.org/v2/shows/7144/?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": "Black Cadillac",
    "track_id": "c44efed6-1a33-4a95-84e9-15493abcb558",
    "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"
}