Information about plays

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

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

{
    "id": 2679583,
    "uri": "https://api.kexp.org/v2/plays/2679583/?format=api",
    "airdate": "2019-12-29T12:33:08-08:00",
    "show": 46250,
    "show_uri": "https://api.kexp.org/v2/shows/46250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Interior",
    "track_id": "e7ec2d07-c7e9-40d2-aa7e-b74abd1f94ca",
    "recording_id": null,
    "artist": "Eggshells",
    "artist_ids": [
        "e5fcee2f-57de-4107-927b-3aeb81d23e07"
    ],
    "album": "Promises",
    "release_id": "e11a7643-6f73-4162-a7e1-cd12d575ba64",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-06-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}