Information about plays

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

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

{
    "id": 374960,
    "uri": "https://api.kexp.org/v2/plays/374960/?format=api",
    "airdate": "2019-08-31T20:20:46-07:00",
    "show": 6241,
    "show_uri": "https://api.kexp.org/v2/shows/6241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Standing on a Bridge",
    "track_id": "6a71e1fa-e0a6-3c8b-9251-e2a723b8b526",
    "recording_id": null,
    "artist": "Pure Joy",
    "artist_ids": [
        "2e17e312-82b3-4c4d-a747-737dfe7ab953"
    ],
    "album": "Unsung",
    "release_id": "6cd17132-52a1-4d0d-8269-9861cb4d0969",
    "release_group_id": null,
    "labels": [
        "Flydaddy Records"
    ],
    "label_ids": [
        "dcd73d17-b515-4d2e-a459-3da4f94a436b"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}