Information about plays

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

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

{
    "id": 414407,
    "uri": "https://api.kexp.org/v2/plays/414407/?format=api",
    "airdate": "2001-02-25T15:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5194F726K0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5194F726K0L._SL75_.jpg",
    "song": "To Kiss You",
    "track_id": "8276d4c7-1498-4b8c-b3fb-5545e4769db6",
    "recording_id": null,
    "artist": "Howie B",
    "artist_ids": [
        "522b0135-00dd-4307-adce-2bf7d51a253f"
    ],
    "album": "Snatch",
    "release_id": "b30e82a6-72eb-480e-b5db-062fd578df10",
    "release_group_id": null,
    "labels": [
        "Palm Pictures"
    ],
    "label_ids": [
        "9f25310a-94d7-4a28-bf89-6729a2b8e859"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}