Information about plays

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

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

{
    "id": 2681896,
    "uri": "https://api.kexp.org/v2/plays/2681896/?format=api",
    "airdate": "2020-01-04T03:48:27-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Living In America",
    "track_id": "d93066d3-35a3-47a3-9862-af898b36f5bf",
    "recording_id": null,
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "7",
    "release_id": "7e1c1d35-c6eb-4eae-acce-ec4fa498efea",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}