Information about plays

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

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

{
    "id": 2681720,
    "uri": "https://api.kexp.org/v2/plays/2681720/?format=api",
    "airdate": "2020-01-03T19:11:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fountain of Youth",
    "track_id": "a097a4cd-b605-4c77-87e6-3f7475b78aca",
    "recording_id": null,
    "artist": "Local Natives",
    "artist_ids": [
        "1bbf31dc-dbc0-4a7a-bf3f-48bc665878e1"
    ],
    "album": "Sunlit Youth",
    "release_id": "ec7d9c8b-45ad-4804-acb9-a1269b4d1735",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2016-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some of the best rock lyrics around.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}