Information about plays

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

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

{
    "id": 510317,
    "uri": "https://api.kexp.org/v2/plays/510317/?format=api",
    "airdate": "2002-01-24T07:03:00-08:00",
    "show": 8790,
    "show_uri": "https://api.kexp.org/v2/shows/8790/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61E4972sPxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61E4972sPxL._SL75_.jpg",
    "song": "(Song for My) Sugar Spun Sister",
    "track_id": "bb03876b-5911-4c98-99c2-1c807a3a2f7f",
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Stone Roses",
    "release_id": "88b06c59-eb7e-4ad8-a1df-70f18a4614bb",
    "release_group_id": null,
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}