Information about plays

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

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

{
    "id": 368456,
    "uri": "https://api.kexp.org/v2/plays/368456/?format=api",
    "airdate": "2019-08-16T23:00:00-07:00",
    "show": 6138,
    "show_uri": "https://api.kexp.org/v2/shows/6138/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only and Always",
    "track_id": "47ae4e83-0da7-48f4-9050-39f2910f8bf5",
    "recording_id": null,
    "artist": "Muhsinah",
    "artist_ids": [
        "1e73a4c6-4e90-49ff-9cdd-f53f74ccca97"
    ],
    "album": "Day.Break",
    "release_id": "bba7b500-4534-494d-a6ef-323a99883cd7",
    "release_group_id": null,
    "labels": [
        "Rock Slinger Incorporated"
    ],
    "label_ids": [],
    "release_date": "2007-11-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More new music from Muhsinah on muhsinah.bandcamp.com.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}