Information about plays

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

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

{
    "id": 355413,
    "uri": "https://api.kexp.org/v2/plays/355413/?format=api",
    "airdate": "2019-07-17T03:20:46-07:00",
    "show": 5923,
    "show_uri": "https://api.kexp.org/v2/shows/5923/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teeth",
    "track_id": "71a22f36-4708-42db-b665-6eacf98b7619",
    "recording_id": null,
    "artist": "Working Men's Club",
    "artist_ids": [
        "a0890406-afa4-443b-847c-9cd6bbfe8451"
    ],
    "album": "Teeth",
    "release_id": "a3fc084d-7ea2-49b5-a626-301f255d76e3",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2019-07-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK band to watch - https://youtu.be/0ovHJ_NzHbE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}