Information about plays

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

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

{
    "id": 2682064,
    "uri": "https://api.kexp.org/v2/plays/2682064/?format=api",
    "airdate": "2020-01-04T14:31:08-08:00",
    "show": 46290,
    "show_uri": "https://api.kexp.org/v2/shows/46290/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenage Kicks",
    "track_id": "4b904067-2f89-3161-8283-ebfe8fdf261d",
    "recording_id": null,
    "artist": "The Undertones",
    "artist_ids": [
        "d188e4cd-d187-4df2-8516-6ff8dfd3735c"
    ],
    "album": "The Undertones",
    "release_id": "6303df92-fd1d-4bf5-b95c-d1e7203c79d7",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1994-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}