Information about plays

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

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

{
    "id": 414619,
    "uri": "https://api.kexp.org/v2/plays/414619/?format=api",
    "airdate": "2001-04-09T14:00:00-07:00",
    "show": 6913,
    "show_uri": "https://api.kexp.org/v2/shows/6913/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31a6rK1FG1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31a6rK1FG1L._SL75_.jpg",
    "song": "Together Again",
    "track_id": null,
    "recording_id": null,
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "I'll Take Care of You",
    "release_id": "0a4569a0-63c2-49e5-ab64-2eb87157e8c8",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1999-09-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}