Information about plays

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

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

{
    "id": 2683046,
    "uri": "https://api.kexp.org/v2/plays/2683046/?format=api",
    "airdate": "2020-01-07T00:35:14-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Super Rich Kids",
    "track_id": "4789d6bf-4110-4cee-a331-9ba827a59f58",
    "recording_id": null,
    "artist": "Sly5thAve",
    "artist_ids": [
        "616e66e8-ee2f-4123-866e-2d170fdaff94"
    ],
    "album": "Back to Mine: Jungle",
    "release_id": "3e90c88c-bfce-410d-9c2f-babd140a58c9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}