Information about plays

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

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

{
    "id": 347202,
    "uri": "https://api.kexp.org/v2/plays/347202/?format=api",
    "airdate": "2019-06-27T23:32:07-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/3bea9e42-b96d-443b-91f5-2d797d13221d/15940610946-250.jpg",
    "thumbnail_uri": "",
    "song": "I Was Made to Love Her",
    "track_id": "7ac104a4-b872-3cb1-9b09-6e097ea30f74",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "BBC Sessions",
    "release_id": "3bea9e42-b96d-443b-91f5-2d797d13221d",
    "release_group_id": null,
    "labels": [
        "Experience Hendrix"
    ],
    "label_ids": [
        "5677c51a-a6d3-4ce6-abab-d9699c46f5f4"
    ],
    "release_date": "1998-06-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "“I Was Made to Love Her,” which features Stevie Wonder on drums!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}