Information about plays

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

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

{
    "id": 2682344,
    "uri": "https://api.kexp.org/v2/plays/2682344/?format=api",
    "airdate": "2020-01-05T05:35:04-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Deuce",
    "track_id": "bc4b05d9-5fe4-4564-913b-fe4aa63999ec",
    "recording_id": null,
    "artist": "Terrace Martin feat. The Martin Family Trio",
    "artist_ids": [
        "47d06156-05af-420e-8835-be50353a5d52"
    ],
    "album": "The Deuce",
    "release_id": "12f8f2bf-b042-4a5c-b517-8a9bb0522fdd",
    "release_group_id": null,
    "labels": [
        "Empire"
    ],
    "label_ids": [
        "b997d9d6-b0c6-438d-8b7c-d11729d8ebda"
    ],
    "release_date": "2019-12-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prolific producer Terrace Martin comes from a family of musicians. He relesed 'The Deuce' in December .",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}