Information about plays

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

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

{
    "id": 347860,
    "uri": "https://api.kexp.org/v2/plays/347860/?format=api",
    "airdate": "2019-06-29T14:25:33-07:00",
    "show": 5795,
    "show_uri": "https://api.kexp.org/v2/shows/5795/?format=api",
    "image_uri": "http://coverartarchive.org/release/55b6c7e0-a2f3-45d9-b4a1-e86f7292d17b/14492410043-250.jpg",
    "thumbnail_uri": "",
    "song": "Free at Dawn",
    "track_id": "c32ef369-05c1-32ea-8eb5-b17dd3ca6c42",
    "recording_id": null,
    "artist": "Small Black",
    "artist_ids": [
        "94c9f694-21b6-4b24-9722-4ea18f75f8e1"
    ],
    "album": "Limits of Desire",
    "release_id": "55b6c7e0-a2f3-45d9-b4a1-e86f7292d17b",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2013-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}