Information about plays

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

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

{
    "id": 2681803,
    "uri": "https://api.kexp.org/v2/plays/2681803/?format=api",
    "airdate": "2020-01-03T23:38:00-08:00",
    "show": 46286,
    "show_uri": "https://api.kexp.org/v2/shows/46286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Scared Money",
    "track_id": "882fd5c2-62e1-44ef-a8f4-9ce3ed79f05b",
    "recording_id": null,
    "artist": "NxWorries",
    "artist_ids": [
        "96c5c9a3-6c9b-41a7-90cc-e7375afbfde1"
    ],
    "album": "Yes Lawd!",
    "release_id": "0753a242-fe5f-4e26-a005-b5e7354434cf",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [],
    "release_date": "2016-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stream more from NxWorries (Anderson .Paak + Knxwledge) on nxworries.bandcamp.com.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}