Information about plays

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

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

{
    "id": 414991,
    "uri": "https://api.kexp.org/v2/plays/414991/?format=api",
    "airdate": "2001-04-13T12:00:00-07:00",
    "show": 6921,
    "show_uri": "https://api.kexp.org/v2/shows/6921/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ZkCY3%2BR3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ZkCY3%2BR3L._SL75_.jpg",
    "song": "All Night Long",
    "track_id": "bfeab1a5-4b17-40f4-af94-e7779cd8b1f4",
    "recording_id": null,
    "artist": "Rakim",
    "artist_ids": [
        "2792b097-0b1d-4c50-97f6-f7f097f86438"
    ],
    "album": "The Master",
    "release_id": "4a5ce787-6585-4c01-ba0c-81e70d750035",
    "release_group_id": null,
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}