Information about plays

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

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

{
    "id": 375822,
    "uri": "https://api.kexp.org/v2/plays/375822/?format=api",
    "airdate": "2019-09-03T02:18:20-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Teeth Hurt",
    "track_id": "8193a46b-a53d-4898-bc0c-69f16fc097c0",
    "recording_id": null,
    "artist": "Ezra Furman",
    "artist_ids": [
        "45fc1a1c-6b33-4a2b-b517-d8bca372b7b0"
    ],
    "album": "Twelve Nudes",
    "release_id": "6290da01-f2fc-49b9-b33e-1ee1f773c790",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}