Information about plays

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

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

{
    "id": 346450,
    "uri": "https://api.kexp.org/v2/plays/346450/?format=api",
    "airdate": "2019-06-26T11:54:52-07:00",
    "show": 5774,
    "show_uri": "https://api.kexp.org/v2/shows/5774/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stingray",
    "track_id": "1d233c6a-d6c4-40ba-9986-5b2cc85e4b64",
    "recording_id": null,
    "artist": "Body Type",
    "artist_ids": [
        "9ad5ee27-4706-414e-8cd3-93fe6e29054c"
    ],
    "album": "Ep2",
    "release_id": "a6ab15bb-2a20-4aea-9c20-5d76f76c1968",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}