Information about plays

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

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

{
    "id": 2681010,
    "uri": "https://api.kexp.org/v2/plays/2681010/?format=api",
    "airdate": "2020-01-01T23:39:00-08:00",
    "show": 46273,
    "show_uri": "https://api.kexp.org/v2/shows/46273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Foyer",
    "track_id": null,
    "recording_id": null,
    "artist": "Wild Nothing",
    "artist_ids": [
        "a181595e-5b84-4439-a5f4-f548ddfb64df"
    ],
    "album": "Laughing Gas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [],
    "release_date": "2020-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Wild Nothing EP out in February!  www.wildnothingmusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}