Information about plays

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

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

{
    "id": 415543,
    "uri": "https://api.kexp.org/v2/plays/415543/?format=api",
    "airdate": "2001-04-17T02:56:00-07:00",
    "show": 6934,
    "show_uri": "https://api.kexp.org/v2/shows/6934/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ft4azPeqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ft4azPeqL._SL75_.jpg",
    "song": "Ocean Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "The Mollusk",
    "release_id": "98d4e2e0-2ed1-43af-81d4-e5182d871a16",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1997-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}