Information about plays

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

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

{
    "id": 366076,
    "uri": "https://api.kexp.org/v2/plays/366076/?format=api",
    "airdate": "2019-08-11T17:33:01-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "SCATTERHEAD",
    "track_id": "512af45e-a876-4d51-8bc7-11de3a3ea604",
    "recording_id": null,
    "artist": "YACHT",
    "artist_ids": [
        "f6a0a03f-3b2f-4d3a-b4b4-34ca4ce7f3cb"
    ],
    "album": "Chain Tripping",
    "release_id": "b2092caf-ad0d-43e8-9738-6ffd4e19b734",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://teamyacht.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}