Information about plays

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

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

{
    "id": 376310,
    "uri": "https://api.kexp.org/v2/plays/376310/?format=api",
    "airdate": "2019-09-04T00:18:09-07:00",
    "show": 6264,
    "show_uri": "https://api.kexp.org/v2/shows/6264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Downtown) Dancing",
    "track_id": "44f94d50-d5ed-4f61-86f0-37a8e4e36d57",
    "recording_id": null,
    "artist": "YACHT",
    "artist_ids": [
        "f6a0a03f-3b2f-4d3a-b4b4-34ca4ce7f3cb"
    ],
    "album": "(Downtown) Dancing",
    "release_id": "d44a3934-e547-40f1-8cb9-95af4659fdac",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally from Portland, now based in LA. New album, Chain Tripping, released on August 30.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}