Information about plays

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

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

{
    "id": 375420,
    "uri": "https://api.kexp.org/v2/plays/375420/?format=api",
    "airdate": "2019-09-02T00:01:00-07:00",
    "show": 6252,
    "show_uri": "https://api.kexp.org/v2/shows/6252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down and Out",
    "track_id": null,
    "recording_id": null,
    "artist": "Sharpshooters",
    "artist_ids": [
        "b1c93be4-fb6e-4985-b77d-d2cdc350d1e5"
    ],
    "album": "Choked Up",
    "release_id": "f3c90ed0-c4ec-40a9-979d-fc85f0b8c4ae",
    "release_group_id": null,
    "labels": [
        "Shadow Records"
    ],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}