Information about plays

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

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

{
    "id": 352364,
    "uri": "https://api.kexp.org/v2/plays/352364/?format=api",
    "airdate": "2019-07-10T01:06:00-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Bangs the Drums",
    "track_id": "482321f3-a5bb-3a75-8c3f-f4c729e848e7",
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Very Best of the Stone Roses",
    "release_id": "1d41b1fe-a2ba-44cc-9f84-b1332d071f6a",
    "release_group_id": null,
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Have you seen her? Have you heard? \nThe way she plays, there are no words",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}