Information about plays

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

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

{
    "id": 349609,
    "uri": "https://api.kexp.org/v2/plays/349609/?format=api",
    "airdate": "2019-07-03T14:48:05-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take My Mind",
    "track_id": "431847e5-9a18-4063-865c-92fd0d126471",
    "recording_id": null,
    "artist": "Guards",
    "artist_ids": [
        "98f8e048-f14f-4ef9-a958-5a79f2f6b542"
    ],
    "album": "Modern Hymns",
    "release_id": "abe1bc00-7c51-454e-a077-a3acc27c2b6d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This recently released sophomore album was recorded over the past 5 years.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}