Information about plays

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

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

{
    "id": 419673,
    "uri": "https://api.kexp.org/v2/plays/419673/?format=api",
    "airdate": "2001-04-30T07:45:00-07:00",
    "show": 7020,
    "show_uri": "https://api.kexp.org/v2/shows/7020/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4182B6GRD7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4182B6GRD7L._SL75_.jpg",
    "song": "Monday or Forever",
    "track_id": "f309805c-c009-4030-a793-b920be3b3c30",
    "recording_id": null,
    "artist": "Ruston Mire",
    "artist_ids": [
        "2db4bbaa-4c8d-4d89-9452-3be6e8cd2e8a"
    ],
    "album": "Steady Jobs & Flying Cars",
    "release_id": "5832b1e9-d17c-4c33-a741-73fe935afb6a",
    "release_group_id": null,
    "labels": [
        "Sandwich"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}