Information about plays

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

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

{
    "id": 2681983,
    "uri": "https://api.kexp.org/v2/plays/2681983/?format=api",
    "airdate": "2020-01-04T10:27:00-08:00",
    "show": 46289,
    "show_uri": "https://api.kexp.org/v2/shows/46289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Face",
    "track_id": "fb46ebba-9f5f-4bb6-a7fe-3734273d99ad",
    "recording_id": null,
    "artist": "Biga Ranx",
    "artist_ids": [],
    "album": "1988",
    "release_id": "f4dc6c5f-b626-4bad-8b2c-e6daee3c3eba",
    "release_group_id": null,
    "labels": [
        "X-Ray Production"
    ],
    "label_ids": [
        "e894796f-a308-47c5-8a71-17a473f9970e"
    ],
    "release_date": "2017-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}