Information about plays

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

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

{
    "id": 422946,
    "uri": "https://api.kexp.org/v2/plays/422946/?format=api",
    "airdate": "2001-05-10T03:00:00-07:00",
    "show": 7088,
    "show_uri": "https://api.kexp.org/v2/shows/7088/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61uDizw18aL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61uDizw18aL._SL75_.jpg",
    "song": "Big Long Now",
    "track_id": "07adc3bf-5164-4208-8425-670f3d15f59f",
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Incesticide",
    "release_id": "726ca690-fe70-4d3f-86b5-f8347f1a1af0",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1992-12-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}