Information about plays

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

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

{
    "id": 2681745,
    "uri": "https://api.kexp.org/v2/plays/2681745/?format=api",
    "airdate": "2020-01-03T20:35:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Count to Five (Tensnake remix)",
    "track_id": "97374493-2dde-4acb-ba32-bdf44d5d2c31",
    "recording_id": null,
    "artist": "Rhye",
    "artist_ids": [
        "aa914efa-d6cb-4816-906f-8edafb08418e"
    ],
    "album": "Count to Five",
    "release_id": "1b081ebb-2863-4e52-8779-b8c9b667e24b",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2017-12-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.rhyemusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}