Information about plays

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

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

{
    "id": 441078,
    "uri": "https://api.kexp.org/v2/plays/441078/?format=api",
    "airdate": "2001-07-03T07:44:12-07:00",
    "show": 7441,
    "show_uri": "https://api.kexp.org/v2/shows/7441/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21YADBPQVQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21YADBPQVQL._SL75_.jpg",
    "song": "I Hate Rock 'n' Roll",
    "track_id": null,
    "recording_id": null,
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Hate Rock 'n' Roll",
    "release_id": "5f883efc-ff58-42ae-a743-ece0bbdab89f",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}