Information about plays

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

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

{
    "id": 343470,
    "uri": "https://api.kexp.org/v2/plays/343470/?format=api",
    "airdate": "2019-06-19T13:42:38-07:00",
    "show": 5725,
    "show_uri": "https://api.kexp.org/v2/shows/5725/?format=api",
    "image_uri": "http://coverartarchive.org/release/0df19cac-877c-4dae-9c09-83f1509ee181/21009277200-250.jpg",
    "thumbnail_uri": "",
    "song": "Little Sad Eyes",
    "track_id": "5c4830ec-cf3d-3cb9-abae-7efe31e01ce3",
    "recording_id": null,
    "artist": "Magnolia Electric Co.",
    "artist_ids": [
        "2cc97fda-63f6-4ea7-9100-7ca3e51bd881"
    ],
    "album": "Josephine",
    "release_id": "0df19cac-877c-4dae-9c09-83f1509ee181",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2009-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}