Information about plays

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

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

{
    "id": 2675719,
    "uri": "https://api.kexp.org/v2/plays/2675719/?format=api",
    "airdate": "2019-12-20T03:24:32-08:00",
    "show": 46184,
    "show_uri": "https://api.kexp.org/v2/shows/46184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Constant Attention",
    "track_id": "ee64520e-90d4-48e3-820b-c37d144b55d0",
    "recording_id": null,
    "artist": "Basic Plumbing",
    "artist_ids": [
        "6ca552dc-bfeb-419d-8b96-676f9ace69f8"
    ],
    "album": "Keeping Up Appearances",
    "release_id": "ae232c0f-3aa4-4fcd-aef5-59f6f787e89e",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-01-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}