Information about plays

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

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

{
    "id": 2683012,
    "uri": "https://api.kexp.org/v2/plays/2683012/?format=api",
    "airdate": "2020-01-06T22:41:55-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Key to Love (Is Understanding)",
    "track_id": "541165ab-32b2-4b96-b7b1-fb4f750c5b39",
    "recording_id": null,
    "artist": "BADBADNOTGOOD feat. Jonah Yano",
    "artist_ids": [
        "754294d5-d7d2-4ea2-8184-1dcaaf55a56f"
    ],
    "album": "Key to Love (Is Understanding)",
    "release_id": "25079217-6dc4-427e-bada-39ea121e355a",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2019-12-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}