Information about plays

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

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

{
    "id": 343946,
    "uri": "https://api.kexp.org/v2/plays/343946/?format=api",
    "airdate": "2019-06-20T14:14:00-07:00",
    "show": 5732,
    "show_uri": "https://api.kexp.org/v2/shows/5732/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Snap",
    "track_id": "7940eb29-6b93-3803-b302-00e95886fb8e",
    "recording_id": null,
    "artist": "Nosaj Thing",
    "artist_ids": [
        "b476bc5e-19ca-4e5a-82c8-1a068d601a7d"
    ],
    "album": "Home",
    "release_id": "cf4b4cdf-8075-4c65-8f68-2fcb8205358a",
    "release_group_id": null,
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [],
    "release_date": "2013-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Home\" is the second album from American producer Jason Chung under the moniker Nosaj Thing. His production credits include tracks for Busdriver, Nocando, Flash Bang Grenada, Kendrick Lamar, and Chance the Rapper.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}