Information about plays

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

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

{
    "id": 343529,
    "uri": "https://api.kexp.org/v2/plays/343529/?format=api",
    "airdate": "2019-06-19T15:49:00-07:00",
    "show": 5726,
    "show_uri": "https://api.kexp.org/v2/shows/5726/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can You Feel It?",
    "track_id": "3257b3ef-816b-40e1-9129-3e241318fe37",
    "recording_id": null,
    "artist": "Fingers Inc.",
    "artist_ids": [
        "6bf6b3f0-3388-481f-8ae8-4023e1a76d70"
    ],
    "album": "Can You Feel It?",
    "release_id": "50aca2e6-2fab-4567-85e0-0d369a1c2c6e",
    "release_group_id": null,
    "labels": [
        "Desire Records"
    ],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song popular house record was originally releases as an instrumental but later was mixed with Dr. Martin Luther King Jr's \"I Have A Dream\" speech and re released on the Finger's Inc. album Another Side in 1988.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}