Information about plays

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

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

{
    "id": 380277,
    "uri": "https://api.kexp.org/v2/plays/380277/?format=api",
    "airdate": "2019-09-13T05:02:00-07:00",
    "show": 6328,
    "show_uri": "https://api.kexp.org/v2/shows/6328/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Untitled",
    "track_id": "8d595a01-0d80-36b8-8139-ef52caaff3af",
    "recording_id": null,
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Turn On the Bright Lights",
    "release_id": "ebb99b07-e775-34b3-b4a1-cf7f526d1915",
    "release_group_id": null,
    "labels": [
        "Labels"
    ],
    "label_ids": [],
    "release_date": "2002-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}