Information about plays

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

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

{
    "id": 346733,
    "uri": "https://api.kexp.org/v2/plays/346733/?format=api",
    "airdate": "2019-06-26T23:54:19-07:00",
    "show": 5777,
    "show_uri": "https://api.kexp.org/v2/shows/5777/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Save Me",
    "track_id": "b964ee95-29d6-4e51-83f3-070f7c217e90",
    "recording_id": null,
    "artist": "Rhye",
    "artist_ids": [
        "aa914efa-d6cb-4816-906f-8edafb08418e"
    ],
    "album": "Spirit",
    "release_id": "400e716c-b168-43a1-91ce-080902a538a1",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.rhyemusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}