Information about plays

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

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

{
    "id": 419328,
    "uri": "https://api.kexp.org/v2/plays/419328/?format=api",
    "airdate": "2001-04-29T04:50:00-07:00",
    "show": 7009,
    "show_uri": "https://api.kexp.org/v2/shows/7009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HXpyxYaCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HXpyxYaCL._SL75_.jpg",
    "song": "A Change Is Going to Come",
    "track_id": "98e72349-864a-4c26-bd83-42c476ac9a0b",
    "recording_id": null,
    "artist": "Baby Huey",
    "artist_ids": [
        "66c03e40-2337-4952-8b27-afcbc68a6e5a"
    ],
    "album": "The Baby Huey Story",
    "release_id": "80da1002-0887-4a70-9864-6256e048d7ad",
    "release_group_id": null,
    "labels": [
        "Sequel Records"
    ],
    "label_ids": [
        "d227b416-2df7-4004-b069-8fc428d9b53d"
    ],
    "release_date": "1999-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}