Information about plays

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

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

{
    "id": 420074,
    "uri": "https://api.kexp.org/v2/plays/420074/?format=api",
    "airdate": "2001-05-01T11:15:00-07:00",
    "show": 7027,
    "show_uri": "https://api.kexp.org/v2/shows/7027/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51p1GhBwfvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51p1GhBwfvL._SL75_.jpg",
    "song": "How Hard Is It",
    "track_id": "024707fe-36b0-48bf-ba65-3690da3ecaf1",
    "recording_id": null,
    "artist": "Fugees",
    "artist_ids": [
        "ea321799-9b1d-4e74-a074-a5facf597d82"
    ],
    "album": "Blunted on Reality",
    "release_id": "a1097a97-2e4a-4749-9454-7389d477815c",
    "release_group_id": null,
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1994-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}