Information about plays

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

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

{
    "id": 347535,
    "uri": "https://api.kexp.org/v2/plays/347535/?format=api",
    "airdate": "2019-06-28T17:59:23-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Number 1",
    "track_id": "06d80757-77c9-3566-989a-9c886651a88c",
    "recording_id": null,
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Number 1",
    "release_id": "05d84994-67ad-434b-8aa4-57da6a97f9e2",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2005-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP presents Midnight In A Perfect World with Goldfrapp: https://www.kexp.org/read/2017/04/25/midnight-in-a-perfect-world-goldfrapp/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}